MmPatchChannelRequest constructor

MmPatchChannelRequest({
  1. String? name,
  2. String? displayName,
  3. String? purpose,
  4. String? header,
})

Returns a new MmPatchChannelRequest instance.

Implementation

MmPatchChannelRequest({
  this.name,
  this.displayName,
  this.purpose,
  this.header,
});