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