GoogleGeocodingAddressComponent class Null safety

GoogleGeocodingAddressComponent class with longName, shortName, types

Constructors

GoogleGeocodingAddressComponent({String longName = '', String shortName = '', Iterable<String> types = const <String>[]})
const
GoogleGeocodingAddressComponent.fromJson(Map<String, dynamic> json)
GoogleGeocodingAddressComponent From Json factory
factory

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
longName String
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
shortName String
final
types Iterable<String>
All availibles types: https://developers.google.com/maps/documentation/places/web-service/supported_types
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited