PermissionOverwrite class

A set of overwrites to apply to permissions within a specific channel.

External references:

Properties

allow Permissions
Extra permissions allowed relative to the base permissions.
final
deny Permissions
Extra permissions denied relative to the base permissions.
final
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
The id of the entity the permission changes will apply to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PermissionOverwriteType
The type of permission overwrite.
final

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited