toRawJson method

String toRawJson()

to json string

Implementation

String toRawJson() {
  return json.encode(toJson());
}