encodeValue abstract method
Encode the value. This needs to be public because it is used by encodeValue() from different types. @internal
Implementation
Uint8List encodeValue(T x);
Encode the value. This needs to be public because it is used by encodeValue() from different types. @internal
Uint8List encodeValue(T x);