InputDestinationRequest constructor

InputDestinationRequest({
  1. String? streamName,
})

Implementation

InputDestinationRequest({
  this.streamName,
});