AllowedCommands class
The set of commands the server says we may currently use.
The server pushes this on connect and again whenever it changes, such as after an OPER. A
batch carries additions and removals together, so both are applied at once.
Constructors
-
AllowedCommands({required List<
String> available}) -
const
-
AllowedCommands.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited