FrameValueType enum

Possible value types

Inheritance
Available extensions

Values

nullT → const FrameValueType
const FrameValueType(binaryValue: 0)
intT → const FrameValueType
const FrameValueType(binaryValue: 1)
doubleT → const FrameValueType
const FrameValueType(binaryValue: 2)
boolT → const FrameValueType
const FrameValueType(binaryValue: 3)
stringT → const FrameValueType
const FrameValueType(binaryValue: 4)
byteListT → const FrameValueType
const FrameValueType(binaryValue: 5)
intListT → const FrameValueType
const FrameValueType(binaryValue: 6)
doubleListT → const FrameValueType
const FrameValueType(binaryValue: 7)
boolListT → const FrameValueType
const FrameValueType(binaryValue: 8)
stringListT → const FrameValueType
const FrameValueType(binaryValue: 9)
listT → const FrameValueType
const FrameValueType(binaryValue: 10)
mapT → const FrameValueType
const FrameValueType(binaryValue: 11)
bytesListT → const FrameValueType
const FrameValueType(binaryValue: 12)

Properties

binaryValue int
final
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

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

Static Methods

fromBinaryValue(int binaryValue) FrameValueType?

Constants

values → const List<FrameValueType>
A constant List of the values in this enum, in order of their declaration.