SmartSpace enum
Values
- s0 → const SmartSpace
-
const SmartSpace(0) - s2 → const SmartSpace
-
const SmartSpace(2) - s4 → const SmartSpace
-
const SmartSpace(4) - s6 → const SmartSpace
-
const SmartSpace(6) - s8 → const SmartSpace
-
const SmartSpace(8) - s12 → const SmartSpace
-
const SmartSpace(12) - s14 → const SmartSpace
-
const SmartSpace(14) - s16 → const SmartSpace
-
const SmartSpace(16) - s20 → const SmartSpace
-
const SmartSpace(20) - s24 → const SmartSpace
-
const SmartSpace(24) - s28 → const SmartSpace
-
const SmartSpace(28) - s32 → const SmartSpace
-
const SmartSpace(32) - s40 → const SmartSpace
-
const SmartSpace(40) - s48 → const SmartSpace
-
const SmartSpace(48) - s56 → const SmartSpace
-
const SmartSpace(56) - s64 → const SmartSpace
-
const SmartSpace(64) - s72 → const SmartSpace
-
const SmartSpace(72) - s80 → const SmartSpace
-
const SmartSpace(80)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → double
-
final
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.
inherited
Constants
-
values
→ const List<
SmartSpace> - A constant List of the values in this enum, in order of their declaration.