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