FloorInfo class

Информация об этажном плане для маркера - элемента поисковой выдачи.

Constructors

FloorInfo({required LevelId levelId, required BuildingId buildingId})
const

Properties

buildingId BuildingId
Идентификатор здания.
final
hashCode int
The hash code for this object.
no setteroverride
levelId LevelId
Идентификатор этажного плана.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({LevelId? levelId, BuildingId? buildingId}) FloorInfo
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