Capabilities class

What the server offers and what we hold.

Constructors

Capabilities({required Map<String, String?> available, required Map<String, String?> acknowledged, required List<String> pending})
const
Capabilities.fromJson(Map<String, dynamic> json)
factory

Properties

acknowledged Map<String, String?>
final
available Map<String, String?>
final
hashCode int
The hash code for this object.
no setterinherited
pending List<String>
Capabilities we asked for and are still waiting on. Registration cannot finish while this is non-empty, because CAP END before the last reply loses the capability.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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