BestBitCodec<T> class

Inheritance

Constructors

BestBitCodec({required List<BitCodec<T>> codecs})

Properties

codecs List<BitCodec<T>>
final
hashCode int
The hash code for this object.
no setterinherited
reader BitCodecReader<T>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writer BitCodecWriter<T>
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
variant(BitCodec<T> codec) BestBitCodec<T>
override

Operators

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