toEJson method
Converts this Undefined to EJson
Implementation
@pragma('vm:prefer-inline')
EJsonValue toEJson() => _encodeUndefined(this);
Converts this Undefined to EJson
@pragma('vm:prefer-inline')
EJsonValue toEJson() => _encodeUndefined(this);