Suite constructor
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,
Implementation
Suite(
{this.id,
this.projectId,
this.blockId,
this.floorId,
this.houseTypeId,
this.block,
this.unit,
this.floor,
this.room,
this.aliasName,
this.createTime,
this.modifiedTime,
this.status,
this.mark,
this.thirdBlockId,
this.thirdUnitId,
this.thirdFloorId,
this.thirdRoomId});