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