googleapis package
documentation
$shared
$Country
$Country constructor
$Country
$Country
constructor
Null safety
$Country
(
{
String
?
countryCode
,
String
?
dartId
,
String
?
kind
,
String
?
name
,
bool
?
sslEnabled
}
)
Implementation
$Country({ this.countryCode, this.dartId, this.kind, this.name, this.sslEnabled, });
googleapis package
documentation
$shared
$Country
$Country constructor
$Country class
Constructors
$Country
fromJson
Properties
countryCode
dartId
hashCode
kind
name
runtimeType
sslEnabled
Methods
noSuchMethod
toJson
toString
Operators
operator ==