toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => <String, dynamic>{
  "reportId": reportId,
  "licencePlate": licencePlate,
  "vehicleType": vehicleType,
  "startDate": startDate.toIso8601String(),
  "stayedMinutes": stayedMinutes,
  "estimatedAmount": estimatedAmount,
  "hasSubscription": hasSubscription,
  "isCapped": isCapped,
  "spotNumber": spotNumber,
};