toEJson method

EJsonValue? toEJson()

Converts this DBRef to EJson

Implementation

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