toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (dropUnknownFields != null) 'dropUnknownFields': dropUnknownFields!,
if (serviceAccountEmail != null)
'serviceAccountEmail': serviceAccountEmail!,
if (state != null) 'state': state!,
if (table != null) 'table': table!,
if (useTableSchema != null) 'useTableSchema': useTableSchema!,
if (useTopicSchema != null) 'useTopicSchema': useTopicSchema!,
if (writeMetadata != null) 'writeMetadata': writeMetadata!,
};