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