toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'countryRegion': countryRegion,
'defaultAmountLeftDigits': defaultAmountLeftDigits,
'defaultAmountDecimalDigits': defaultAmountDecimalDigits,
'currencyCode': currencyCode,
'currencyLocalized': currencyLocalized,
'canEditCountryCode': canEditCountryCode,
'phoneNumber': phoneNumber,
'googleMapApiKey': googleMapApiKey,
'email': email,
'website': website,
};
}