toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final autodetect = this.autodetect;
  final avroOptions = this.avroOptions;
  final bigtableOptions = this.bigtableOptions;
  final compression = this.compression;
  final connectionId = this.connectionId;
  final csvOptions = this.csvOptions;
  final dateFormat = this.dateFormat;
  final datetimeFormat = this.datetimeFormat;
  final decimalTargetTypes = this.decimalTargetTypes;
  final fileSetSpecType = this.fileSetSpecType;
  final googleSheetsOptions = this.googleSheetsOptions;
  final hivePartitioningOptions = this.hivePartitioningOptions;
  final ignoreUnknownValues = this.ignoreUnknownValues;
  final jsonExtension = this.jsonExtension;
  final jsonOptions = this.jsonOptions;
  final maxBadRecords = this.maxBadRecords;
  final metadataCacheMode = this.metadataCacheMode;
  final objectMetadata = this.objectMetadata;
  final parquetOptions = this.parquetOptions;
  final referenceFileSchemaUri = this.referenceFileSchemaUri;
  final schema = this.schema;
  final sourceFormat = this.sourceFormat;
  final sourceUris = this.sourceUris;
  final timeFormat = this.timeFormat;
  final timeZone = this.timeZone;
  final timestampFormat = this.timestampFormat;
  final timestampTargetPrecision = this.timestampTargetPrecision;
  return {
    'autodetect': ?autodetect,
    'avroOptions': ?avroOptions,
    'bigtableOptions': ?bigtableOptions,
    'compression': ?compression,
    'connectionId': ?connectionId,
    'csvOptions': ?csvOptions,
    'dateFormat': ?dateFormat,
    'datetimeFormat': ?datetimeFormat,
    'decimalTargetTypes': ?decimalTargetTypes,
    'fileSetSpecType': ?fileSetSpecType,
    'googleSheetsOptions': ?googleSheetsOptions,
    'hivePartitioningOptions': ?hivePartitioningOptions,
    'ignoreUnknownValues': ?ignoreUnknownValues,
    'jsonExtension': ?jsonExtension,
    'jsonOptions': ?jsonOptions,
    'maxBadRecords': ?maxBadRecords,
    'metadataCacheMode': ?metadataCacheMode,
    'objectMetadata': ?objectMetadata,
    'parquetOptions': ?parquetOptions,
    'referenceFileSchemaUri': ?referenceFileSchemaUri,
    'schema': ?schema,
    'sourceFormat': ?sourceFormat,
    'sourceUris': ?sourceUris,
    'timeFormat': ?timeFormat,
    'timeZone': ?timeZone,
    'timestampFormat': ?timestampFormat,
    'timestampTargetPrecision': ?timestampTargetPrecision,
  };
}