FullAddress class

Модель полного адреса с координатой

Constructors

FullAddress({String? countryCode, String? formattedAddress, String? postalCode, PointRecord? point})
Модель полного адреса с координатой
const

Properties

comparedObjects List<Object?>
Объекты для сравнения
no setter
countryCode String?
Код страны
final
formattedAddress String?
Форматированный адрес
final
hashCode int
The hash code for this object.
no setterinherited
point PointRecord?
Координаты адреса
final
postalCode String?
Почтовый адрес
final
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
toString() String
A string representation of this object.
inherited

Operators

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