FloorsInfo class

Информация об этажности объекта.

  • Note: Для получения данной информации запросите дополнительную настройку ключа.

Constructors

FloorsInfo({int groundCount = 0, required int? groundMinCount, required int? undergroundCount})
const

Properties

groundCount int
Количество надземный этажей (для домов переменной этажности — максимальное количество надземных этажей).
final
groundMinCount int?
Минимальное количество надземных этажей (для домов переменной этажности).
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
undergroundCount int?
Количество подземных этажей
final

Methods

copyWith({int? groundCount, Optional<int?>? groundMinCount, Optional<int?>? undergroundCount}) FloorsInfo
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