menu
googleapis package
documentation
content/v2_1.dart
Address
Address.new constructor
Address.new constructor
dark_mode
light_mode
Address
constructor
Address
(
{
String
?
administrativeArea
,
String
?
city
,
String
?
country
,
String
?
postalCode
,
String
?
streetAddress
,
})
Implementation
Address({
this
.administrativeArea,
this
.city,
this
.country,
this
.postalCode,
this
.streetAddress, });
googleapis package
documentation
content/v2_1
Address
Address.new constructor
Address class
Constructors
new
fromJson
Properties
administrativeArea
city
country
hashCode
postalCode
runtimeType
streetAddress
Methods
noSuchMethod
toJson
toString
Operators
operator ==