toJson method

String? toJson()

Returns a JSON representation of PatchFormat.

Implementation

String? toJson() {
  return _value;
}