toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final textStyle = this.textStyle;
  final textStyleSuggestionState = this.textStyleSuggestionState;
  return {
    'textStyle': ?textStyle,
    'textStyleSuggestionState': ?textStyleSuggestionState,
  };
}