toEJson method

EJsonValue? toEJson()

Converts this Defined to EJson

Implementation

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