UParkingUpdateParams constructor
UParkingUpdateParams({
- required String id,
- String? title,
- String? address,
- String? phoneNumber,
- int? capacity,
- double? entrancePrice,
- double? hourlyPrice,
- double? dailyPrice,
- List<
int> ? addTags, - List<
int> ? removeTags, - String? detail1,
- String? detail2,
- List<
int> ? tags, - List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - List<
String> ? removeAdminUserIds,
Implementation
UParkingUpdateParams({
required this.id,
this.title,
this.address,
this.phoneNumber,
this.capacity,
this.entrancePrice,
this.hourlyPrice,
this.dailyPrice,
this.addTags,
this.removeTags,
this.detail1,
this.detail2,
this.tags,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});