ChannelOverwriteRequest constructor

const ChannelOverwriteRequest({
  1. required SnowflakeType id,
  2. required ChannelOverwriteRequestTypeType type,
  3. UnsignedInt64Type? allow,
  4. UnsignedInt64Type? deny,
})

Implementation

const ChannelOverwriteRequest({
  required this.id,
  required this.type,
  this.allow,
  this.deny,
});