ClType enum

Inheritance

Constructors

ClType()
const

Values

bool → const ClType
i32 → const ClType
i64 → const ClType
u8 → const ClType
u32 → const ClType
u64 → const ClType
u128 → const ClType
u256 → const ClType
u512 → const ClType
unit → const ClType
string → const ClType
key → const ClType
uref → const ClType
option → const ClType
list → const ClType
byteArray → const ClType
result → const ClType
map → const ClType
tuple1 → const ClType
tuple2 → const ClType
tuple3 → const ClType
any → const ClType
publicKey → const ClType

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

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<ClType>
A constant List of the values in this enum, in order of their declaration.