toEJson method

EJsonValue? toEJson()

Converts this double to EJson

Implementation

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