toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (dataset != null) 'dataset': dataset!,
      if (partitionKey != null) 'partitionKey': partitionKey!,
      if (tablePrefix != null) 'tablePrefix': tablePrefix!,
      if (writeDisposition != null) 'writeDisposition': writeDisposition!,
    };