toJson method

Map<String, dynamic> toJson()

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!,
};