RawAddressComponent class
One address component normalized from either wire format:
legacy long_name/short_name or Places API (New) longText/shortText.
Constructors
-
RawAddressComponent({required List<
String> types, String? longText, String? shortText}) -
const
Properties
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