toJson method

dynamic toJson()

Implementation

dynamic toJson() {
  return (_rawValue is Json) ? _rawValue.toJson() : _rawValue;
}