AddressNumber class

В некоторых населённых пунктах обозначается только номер дома, без улицы (например, Краснообск).

Constructors

AddressNumber({required String number, required String? fiasCode})
const

Properties

fiasCode String?
Код ФИАС улицы.
final
hashCode int
The hash code for this object.
no setteroverride
number String
Номер дома, включая дроби и буквенные обозначения. Возможно, имя собственное, если так принято.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? number, Optional<String?>? fiasCode}) AddressNumber
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