Suite class

Constructors

Suite({String? id, String? projectId, String? blockId, String? floorId, String? houseTypeId, String? block, String? unit, String? floor, String? room, dynamic aliasName, String? createTime, String? modifiedTime, int? status, int? mark, dynamic thirdBlockId, dynamic thirdUnitId, dynamic thirdFloorId, dynamic thirdRoomId})
Suite.fromJson(Map<String, dynamic> json)

Properties

aliasName ↔ dynamic
getter/setter pair
block String?
getter/setter pair
blockId String?
getter/setter pair
createTime String?
getter/setter pair
floor String?
getter/setter pair
floorId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
houseTypeId String?
getter/setter pair
id String?
getter/setter pair
mark int?
getter/setter pair
modifiedTime String?
getter/setter pair
projectId String?
getter/setter pair
room String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
getter/setter pair
thirdBlockId ↔ dynamic
getter/setter pair
thirdFloorId ↔ dynamic
getter/setter pair
thirdRoomId ↔ dynamic
getter/setter pair
thirdUnitId ↔ dynamic
getter/setter pair
unit 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