toJson method
Implementation
@override
Map<String, dynamic> toJson() {
final json = _$FluentTableToJson(this);
json['type'] = 'table';
if (columnWidths != null) json['columnWidths'] = columnWidths;
if (tableWidth != null) json['tableWidth'] = tableWidth;
return json;
}