PlaceField enum
- Inheritance
- Implemented types
- Available extensions
Values
- containedWithin → const PlaceField
-
contained_within
const PlaceField('contained_within')
- country → const PlaceField
-
country
const PlaceField('country')
- countryCode → const PlaceField
-
country_code
const PlaceField('country_code')
- fullName → const PlaceField
-
full_name
const PlaceField('full_name')
- geo → const PlaceField
-
geo
const PlaceField('geo')
- id → const PlaceField
-
id
const PlaceField('id')
- name → const PlaceField
-
name
const PlaceField('name')
- placeType → const PlaceField
-
place_type
const PlaceField('place_type')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
Returns the value.
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
Static Methods
-
valueOf(
String value) → PlaceField
Constants
-
values
→ const List<
PlaceField> - A constant List of the values in this enum, in order of their declaration.