toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (columnCount != null) 'columnCount': columnCount!,
if (columnGroupControlAfter != null)
'columnGroupControlAfter': columnGroupControlAfter!,
if (frozenColumnCount != null) 'frozenColumnCount': frozenColumnCount!,
if (frozenRowCount != null) 'frozenRowCount': frozenRowCount!,
if (hideGridlines != null) 'hideGridlines': hideGridlines!,
if (rowCount != null) 'rowCount': rowCount!,
if (rowGroupControlAfter != null)
'rowGroupControlAfter': rowGroupControlAfter!,
};