ServerChannel class abstract
- Implemented types
- Implementers
Constructors
Properties
Methods
-
cast<
T extends Channel> () → T -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveServer(
{bool force = true}) → Future< Server> - Resolves the Server the channel belongs to.
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
ChannelBuilderContract builder, {String? reason}) → Future< void> - Updates the channel.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited