toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bucket != null) 'bucket': bucket!,
if (connectionName != null) 'connectionName': connectionName!,
if (fileFormat != null) 'fileFormat': fileFormat!,
if (rootPath != null) 'rootPath': rootPath!,
if (tableFormat != null) 'tableFormat': tableFormat!,
};