UParkingPlateFlagCreateParams constructor
UParkingPlateFlagCreateParams({})
Implementation
UParkingPlateFlagCreateParams({
required this.parkingId,
required this.licencePlate,
required this.tags,
this.reason,
this.amount,
this.fromDate,
this.toDate,
this.spotNumber,
this.detail1 = "",
this.detail2 = "",
this.id,
this.creatorId,
this.adminUserIds,
});