ProjectData class
Constructors
-
ProjectData.new({String? categoryId, String? category, num? isActive, String? location, String? slug, num? projectId, String? projectName, String? projectTitle, String? projectType, String? status, String? image, bool? isSelected})
-
-
ProjectData.fromJson(dynamic json)
-
Methods
-
copyWith({String? categoryId, String? category, num? isActive, String? location, String? slug, num? projectId, String? projectName, String? projectTitle, String? projectType, String? status, String? image, bool? isSelected})
→ ProjectData
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited