flutter_contacts
address
Address
toJson method
toJson
flutter_contacts
address
Address
toJson method
Address class
Constructors
Address
fromJson
Properties
address
city
country
customLabel
hashCode
isoCountry
label
neighborhood
pobox
postalCode
runtimeType
state
street
subAdminArea
subLocality
Methods
noSuchMethod
toJson
toString
Operators
operator ==
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => _$AddressToJson(this);