toMap method

Map toMap()

Implementation

Map toMap() {
  return {
    'parkingName': parkingName,
    'tel': tel,
    'timeIn': timeIn,
    'taxId': taxId,
    'tax': tax,
    'price': price,
    'paidAt': paidAt,
    'orderId': orderId,
  };
}