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)

Properties

category String?
no setter
categoryId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
image String?
no setter
isActive num?
no setter
isSelected bool?
getter/setter pair
location String?
no setter
projectId num?
no setter
projectName String?
no setter
projectTitle String?
no setter
projectType String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
no setter
status String?
no setter

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

Operators

operator ==(Object other) bool
The equality operator.
inherited