toJson method

dynamic toJson()

Implementation

dynamic toJson() => [_operand, if (_useValue) _value, ?_values];