menu
checkout_api package
documentation
models/customers/customer.dart
Customer
idToMap method
idToMap method
dark_mode
light_mode
idToMap
method
Map
<
String
,
dynamic
>
idToMap
(
)
Implementation
Map<String, dynamic> idToMap() { return { 'id': id, }; }
checkout_api package
documentation
models/customers/customer
Customer
idToMap method
Customer class