PedestrianInstructionIndoorFloorChange class
Смена этажа в здании.
Constructors
- PedestrianInstructionIndoorFloorChange({PedestrianInstructionIndoorFloorChangeType type = PedestrianInstructionIndoorFloorChangeType.undefined, LevelId beginId = const LevelId(), LevelId endId = const LevelId()})
-
const
Properties
- beginId → LevelId
-
Идентификатор этажа до смены.
final
- endId → LevelId
-
Идентификатор этажа после смены.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → PedestrianInstructionIndoorFloorChangeType
-
Тип смены этажа.
final
Methods
-
copyWith(
{PedestrianInstructionIndoorFloorChangeType? type, LevelId? beginId, LevelId? endId}) → PedestrianInstructionIndoorFloorChange -
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