toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (connectionId != null) 'connectionId': connectionId!,
      if (fileFormat != null) 'fileFormat': fileFormat!,
      if (storageUri != null) 'storageUri': storageUri!,
      if (tableFormat != null) 'tableFormat': tableFormat!,
    };