IndoorLevelChangeAction class

Represents the level change action.

Constructors

IndoorLevelChangeAction(IndoorFeatures connector, int deltaZ)
Creates an Indoor level change action object and assign default values for level change action.

Properties

connector IndoorFeatures
Type of the connector to change the level.
getter/setter pair
deltaZ ↔ int
The number of levels to change, positive for up, negative for down. For example, a value of -1 means that a user needs to go one level down. The value is never 0.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.