toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (dataSourceSheetProperties != null)
'dataSourceSheetProperties': dataSourceSheetProperties!,
if (gridProperties != null) 'gridProperties': gridProperties!,
if (hidden != null) 'hidden': hidden!,
if (index != null) 'index': index!,
if (rightToLeft != null) 'rightToLeft': rightToLeft!,
if (sheetId != null) 'sheetId': sheetId!,
if (sheetType != null) 'sheetType': sheetType!,
if (tabColor != null) 'tabColor': tabColor!,
if (tabColorStyle != null) 'tabColorStyle': tabColorStyle!,
if (title != null) 'title': title!,
};