toEJson method

EJsonValue? toEJson()

Converts this bool to EJson

Implementation

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