toJson method

Map<String, dynamic> toJson()

Implementation

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