toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (audioExportPattern != null)
        'audioExportPattern': audioExportPattern!,
      if (audioFormat != null) 'audioFormat': audioFormat!,
      if (enableAudioRedaction != null)
        'enableAudioRedaction': enableAudioRedaction!,
      if (gcsBucket != null) 'gcsBucket': gcsBucket!,
    };