RouteLevelInfo class
Информация об этаже здания, соответствующая участку маршрута.
Constructors
- RouteLevelInfo({required LevelId? beginId, required LevelId? endId, required String name})
-
const
Properties
- beginId → LevelId?
-
Идентификатор этажного плана в начальной точке участка маршрута.
Отсутствует, если точка не находится в здании.
final
- endId → LevelId?
-
Идентификатор этажного плана в конечной точке участка маршрута.
Отсутствует, если точка не находится в здании.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- name → String
-
Название этажа.
Пусто, если участок маршрута соединяет разные этажи.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Optional< LevelId?> ? beginId, Optional<LevelId?> ? endId, String? name}) → RouteLevelInfo -
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