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