FrameValueType class

Possible value types

Constructors

FrameValueType.new()

Properties

hashCode int
The hash code for this object.
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

boolListT → const int
List
boolT → const int
bool
byteListT → const int
Uint8List
doubleListT → const int
List
doubleT → const int
double
hiveListT → const int
List
intListT → const int
List
intT → const int
int
listT → const int
List
mapT → const int
Map<dynamic, dynamic>
nullT → const int
null
stringListT → const int
List
stringT → const int
String