toJson method

Map<String, dynamic> toJson()

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,
  };
}