UParkingCreateParams constructor
UParkingCreateParams({})
Implementation
UParkingCreateParams({
required this.title,
required this.entrancePrice,
required this.hourlyPrice,
required this.dailyPrice,
required this.tags,
this.detail1,
this.detail2,
this.id,
this.creatorId,
this.adminUserIds,
});