toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final bucket = this.bucket;
final connectionName = this.connectionName;
final fileFormat = this.fileFormat;
final rootPath = this.rootPath;
final tableFormat = this.tableFormat;
return {
'bucket': ?bucket,
'connectionName': ?connectionName,
'fileFormat': ?fileFormat,
'rootPath': ?rootPath,
'tableFormat': ?tableFormat,
};
}