toJson method

String? toJson()

Returns a JSON representation of Pdf417CompactionMode.

Implementation

String? toJson() {
  return _value;
}