DivisionSearchResult class
Represents a political geographic division that matches the requested query.
Constructors
-
DivisionSearchResult({List<
String> ? aliases, String? name, String? ocdId}) - DivisionSearchResult.fromJson(Map json_)
Properties
-
aliases
↔ List<
String> ? -
Other Open Civic Data identifiers that refer to the same division -- for
example, those that refer to other political divisions whose boundaries
are defined to be coterminous with this one.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the division.
getter/setter pair
- ocdId ↔ String?
-
The unique Open Civic Data identifier for this division
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited