NT4TypeStr class

Constructors

NT4TypeStr()

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

Static Properties

typeMap Map<String, int>
final

Constants

typeBinaryMsgpack → const String
typeBinaryProtobuf → const String
typeBinaryRaw → const String
typeBinaryRPC → const String
typeBool → const String
typeBoolArr → const String
typeFloat32 → const String
typeFloat32Arr → const String
typeFloat64 → const String
typeFloat64Arr → const String
typeInt → const String
typeIntArr → const String
typeJson → const String
typeStr → const String
typeStrArr → const String