GeoLocationDetails class
A complex type that contains the codes and full continent, country, and
subdivision names for the specified geolocation code.
Constructors
- GeoLocationDetails({String? continentCode, String? continentName, String? countryCode, String? countryName, String? subdivisionCode, String? subdivisionName})
 - GeoLocationDetails.fromXml(XmlElement elem)
 - 
          
            factory
 
Properties
- continentCode → String?
 - 
  The two-letter code for the continent.
  final
 - continentName → String?
 - 
  The full name of the continent.
  final
 - countryCode → String?
 - 
  The two-letter code for the country.
  final
 - countryName → String?
 - 
  The name of the country.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - subdivisionCode → String?
 - 
  The code for the subdivision. Route 53 currently supports only states in the
United States.
  final
 - subdivisionName → String?
 - 
  The full name of the subdivision. Route 53 currently supports only states in
the United States.
  final
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited