toJson method

Map<String, dynamic> toJson()

Implementation

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