toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bigQuerySource != null) 'bigQuerySource': bigQuerySource!,
if (gcsSource != null) 'gcsSource': gcsSource!,
if (productInlineSource != null)
'productInlineSource': productInlineSource!,
};