UDormBedContractUpdateParams constructor
UDormBedContractUpdateParams({})
Implementation
UDormBedContractUpdateParams({
required this.id,
this.addTags,
this.removeTags,
this.tags,
this.startDate,
this.endDate,
this.deposit,
this.rent,
this.detail1,
this.detail2,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});