UParkingUpdateParams constructor
UParkingUpdateParams({})
Implementation
UParkingUpdateParams({
required this.id,
this.entrancePrice,
this.hourlyPrice,
this.dailyPrice,
this.addTags,
this.removeTags,
this.detail1,
this.detail2,
this.tags,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});