toJson method

Map<String, dynamic> toJson()

Implementation

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