RoomModel class

Constructors

RoomModel({String? id, String? userId, String? projectId, String? suiteId, int? phaseCode, String? measureMode, String? name, int? taskStatus, String? createTime, String? modifiedTime, int? status, int? mark, String? firstComputeTime, String? lastComputeTime, dynamic applicationId, String? houseTypeName, String? houseTypeImg, List<StationData>? stationDataList, Suite? suite, Project? project, dynamic resultData})
RoomModel.fromJson(Map<String, dynamic> json)

Properties

applicationId ↔ dynamic
getter/setter pair
createTime String?
getter/setter pair
firstComputeTime String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
houseTypeImg String?
getter/setter pair
houseTypeName String?
getter/setter pair
id String?
getter/setter pair
lastComputeTime String?
getter/setter pair
mark int?
getter/setter pair
measureMode String?
getter/setter pair
modifiedTime String?
getter/setter pair
name String?
getter/setter pair
phaseCode int?
getter/setter pair
project Project?
getter/setter pair
projectId String?
getter/setter pair
realImageUrl String?
getter/setter pair
resultData ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stationDataList List<StationData>?
getter/setter pair
status int?
getter/setter pair
suite Suite?
getter/setter pair
suiteId String?
getter/setter pair
taskStatus int?
getter/setter pair
userId String?
getter/setter pair

Methods

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