InputAttachment constructor

InputAttachment({
  1. AutomaticInputFailoverSettings? automaticInputFailoverSettings,
  2. String? inputAttachmentName,
  3. String? inputId,
  4. InputSettings? inputSettings,
})

Implementation

InputAttachment({
  this.automaticInputFailoverSettings,
  this.inputAttachmentName,
  this.inputId,
  this.inputSettings,
});