toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (minRowHeight != null) 'minRowHeight': minRowHeight!,
if (preventOverflow != null) 'preventOverflow': preventOverflow!,
if (tableHeader != null) 'tableHeader': tableHeader!,
};