AddressAdmDiv class
Объект административного деления.
Constructors
- AddressAdmDiv({required String type, required String name})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
Тип административной единицы. Один из следующих:
country — страна
region — регион (область/край/республика и т.п.)
district_area — район области
city — город
settlement — населённый пункт
division — округ
district — район
living_area — жилмассив, микрорайон
place — место
final
Methods
-
copyWith(
{String? type, String? name}) → AddressAdmDiv -
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.
override