UParkingReportCreateParams constructor
UParkingReportCreateParams({})
Implementation
UParkingReportCreateParams({
required this.parkingId,
required this.startDate,
required this.numberPlate,
required this.tags,
this.endDate,
this.amount,
this.detail1,
this.detail2,
this.id,
this.creatorId,
this.adminUserIds,
});