toEJson method
Converts this Uint8List to EJson
Implementation
@pragma('vm:prefer-inline')
EJsonValue toEJson() => _encodeBinary(this, subtype: '00');
Converts this Uint8List to EJson
@pragma('vm:prefer-inline')
EJsonValue toEJson() => _encodeBinary(this, subtype: '00');