menu
aba_payment package
documentation
services/phone_code_service.dart
CountryCode
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'name': name, 'dial_code': dialCode, 'code': code, }; }
aba_payment package
documentation
services/phone_code_service
CountryCode
toMap method
CountryCode class