PermissionsOverrides class Null safety
Holds permissions overrides for channel
- Inheritance
- Object
- SnowflakeEntity
- PermissionsOverrides
- Implemented types
Properties
- allow ↔ int
-
Value of permissions allowed
read / write, final, late
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-only, inherited
- deny ↔ int
-
Value of permissions denied
read / write, final, late
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id → Snowflake
-
ID of entity as Snowflake
final, inherited
- permissions ↔ Permissions
-
Permissions
read / write, final, late
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ int
-
Type of entity. Either 0 (role) or 1 (member)
read / write, final, late
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toBuilder(
) → PermissionOverrideBuilder -
Returns instance of Builder with current data
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited