toEJson method

EJsonValue? toEJson()

Converts this Uint8List to EJson

Implementation

@pragma('vm:prefer-inline')
EJsonValue toEJson() => _encodeBinary(this, subtype: '00');