toJson method

  1. @override
Map<String, dynamic> toJson()
override

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;
}