AddressStreet class
Обычный адрес, есть улица и номер дома.
Constructors
- AddressStreet({required String street, 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
- street → String
- 
  Название улицы.
  final
Methods
- 
  copyWith({String? street, String? number, Optional< String?> ? fiasCode}) → AddressStreet
- 
  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