toJson method

String? toJson()

Returns a JSON representation of ITF14BorderType.

Implementation

String? toJson() {
  return _value;
}