BCol enum
Values
- col0 → const BCol
-
const BCol(0)
- col1 → const BCol
-
const BCol(1)
- col2 → const BCol
-
const BCol(2)
- col3 → const BCol
-
const BCol(3)
- col4 → const BCol
-
const BCol(4)
- col5 → const BCol
-
const BCol(5)
- col6 → const BCol
-
const BCol(6)
- col7 → const BCol
-
const BCol(7)
- col8 → const BCol
-
const BCol(8)
- col9 → const BCol
-
const BCol(9)
- col10 → const BCol
-
const BCol(10)
- col11 → const BCol
-
const BCol(11)
- col12 → const BCol
-
const BCol(12)
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 → int
-
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