toEJson method

EJsonValue? toEJson()

Converts this Object to EJson

Implementation

@pragma('vm:prefer-inline')
EJsonValue toEJson() => _encodeAny(this);