toEJson method

EJsonValue? toEJson()

Converts this Null to EJson

Implementation

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