toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final minRowHeight = this.minRowHeight;
final preventOverflow = this.preventOverflow;
final tableHeader = this.tableHeader;
return {
'minRowHeight': ?minRowHeight,
'preventOverflow': ?preventOverflow,
'tableHeader': ?tableHeader,
};
}