ChannelOverwriteRequest constructor
const
ChannelOverwriteRequest({
- required SnowflakeType id,
- required ChannelOverwriteRequestTypeType type,
- UnsignedInt64Type? allow,
- UnsignedInt64Type? deny,
Implementation
const ChannelOverwriteRequest({
required this.id,
required this.type,
this.allow,
this.deny,
});