toJson method

Map<String, dynamic> toJson()

Implementation

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