toJson method

String? toJson()

Returns a JSON representation of AutoSizeMode.

Implementation

String? toJson() {
  return _value;
}