KeyType
enum
- Inheritance
-
- Available extensions
Values
-
number
→ const KeyType
-
const KeyType('number')
-
string
→ const KeyType
-
const KeyType('string')
-
date
→ const KeyType
-
const KeyType('date')
-
array
→ const KeyType
-
const KeyType('array')
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
index
→ int
-
A numeric identifier for the enumerated value.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ String
-
final
Constants
-
values
→ const List<KeyType>
-
A constant List of the values in this enum, in order of their declaration.