MessagePackCode class
Constructors
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 Methods
-
toFormatName(
int code) → String -
toMessagePackType(
int code) → MessagePackType
Constants
- array16 → const int
- array32 → const int
- bin8 → const int
- bin16 → const int
- bin32 → const int
- ext8 → const int
- ext16 → const int
- ext32 → const int
- false_ → const int
- fixExt1 → const int
- fixExt2 → const int
- fixExt4 → const int
- fixExt8 → const int
- fixExt16 → const int
- float32 → const int
- float64 → const int
- int8 → const int
- int16 → const int
- int32 → const int
- int64 → const int
- map16 → const int
- map32 → const int
- maxFixArray → const int
- maxFixInt → const int
- maxFixMap → const int
- maxFixStr → const int
- maxNegativeFixInt → const int
- minFixArray → const int
- minFixInt → const int
- minFixMap → const int
- minFixStr → const int
- minNegativeFixInt → const int
- neverUsed → const int
- nil → const int
- str8 → const int
- str16 → const int
- str32 → const int
- true_ → const int
- uint8 → const int
- uint16 → const int
- uint32 → const int
- uint64 → const int