encodeValue abstract method

Uint8List encodeValue(
  1. T x
)

Encode the value. This needs to be public because it is used by encodeValue() from different types. @internal

Implementation

Uint8List encodeValue(T x);