menu
mono_flutter package
documentation
models/mono_customer.dart
MonoNewCustomerIdentity
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'type': type, 'number': number, }; }
mono_flutter package
documentation
models/mono_customer
MonoNewCustomerIdentity
toMap method
MonoNewCustomerIdentity class