IndoorSpaceData class
Represents the space data for an indoor maneuver.
Constructors
- IndoorSpaceData(String spaceCategory, String spaceType)
Properties
- hashCode → int
-
The hash code for this object.
no setter
- name ↔ String?
-
The optional name of the space.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spaceCategory ↔ String
-
The category of the space.
getter/setter pair
- spaceType ↔ String
-
The type of the space.
getter/setter pair
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.