toJson method

Map<String, dynamic> toJson()

Implementation

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