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