toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"country_code": countryCode,
"state": state,
"city": city,
"street_line1": streetLine1,
"street_line2": streetLine2,
"postal_code": postalCode,
};
}