FormattedAddress class
Человекочитаемое представление адреса.
Constructors
- FormattedAddress({required String? drilldownAddress, required String? streetAddress, required String? addressComment, required String? postCode})
-
const
Properties
- addressComment → String?
-
Комментарий к адресу.
Пример: "301 офис; 9 этаж".
final
- drilldownAddress → String?
-
Адрес из дриллдауна.
Пример: "Новосибирск, Кировский район".
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- postCode → String?
-
Почтовый индекс объекта с кодом здания, если есть.
Пример: "630088", "630007/XBVJF8".
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streetAddress → String?
-
Адрес внутри населённого пункта.
Пример: "Николаева, 11".
final
Methods
-
copyWith(
{Optional< String?> ? drilldownAddress, Optional<String?> ? streetAddress, Optional<String?> ? addressComment, Optional<String?> ? postCode}) → FormattedAddress -
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