UDormRoomCreateParams constructor
UDormRoomCreateParams({})
Implementation
UDormRoomCreateParams({
required this.tags,
required this.title,
required this.dormId,
this.detail1,
this.detail2,
this.id,
this.creatorId,
this.adminUserIds,
});