toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"reportId": reportId,
"parkingId": parkingId,
"licencePlate": licencePlate,
"endDate": endDate?.toIso8601String(),
"correctedStartDate": correctedStartDate?.toIso8601String(),
"discount": discount,
};