TypeEncoder class

Constructors

TypeEncoder({ChunkedOutputWriter? withWriter})

Properties

endianess Endian
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writer ChunkedOutputWriter
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeArray(String fieldName, Iterable? value) → void
writeBits(List<bool?> bits) → void
writeDouble(double value) → dynamic
writeFieldTable(Map<String, Object>? table) → void
writeFloat(double value) → dynamic
writeInt16(int value) → void
writeInt32(int value) → void
writeInt64(int value) → void
writeInt8(int value) → void
writeLongString(String? value) → void
writeShortString(String? value) → void
writeTimestamp(DateTime? value) → void
writeUInt16(int value) → void
writeUInt32(int value) → void
writeUInt64(int value) → void
writeUInt8(int value) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited