OutputDestinationSettings constructor

OutputDestinationSettings({
  1. String? passwordParam,
  2. String? streamName,
  3. String? url,
  4. String? username,
})

Implementation

OutputDestinationSettings({
  this.passwordParam,
  this.streamName,
  this.url,
  this.username,
});