toJson method

String? toJson()

Returns a JSON representation of FontStyle.

Implementation

String? toJson() {
  return _value;
}