encodeValue method
Encode the value. This needs to be public because it is used by encodeValue() from different types. @internal
Implementation
@override
// ignore: prefer_void_to_null
Uint8List encodeValue(Null x) {
return Uint8List.fromList([]);
}