UDormBedContractCreateParams constructor
UDormBedContractCreateParams({})
Implementation
UDormBedContractCreateParams({
required this.tags,
required this.startDate,
required this.endDate,
required this.userId,
required this.bedId,
this.id,
this.deposit,
this.rent,
this.penaltyPrecentEveryDate,
this.detail1,
this.detail2,
this.creatorId,
this.adminUserIds,
});