SmallPeerInfo class final
An object that provides access to Ditto's small peer info APIs.
An instance of SmallPeerInfo can be obtained from Ditto.smallPeerInfo:
final ditto = await Ditto.open(/* ... */);
final smallPeerInfo = ditto.smallPeerInfo;
This class is not user-constructible.
- Annotations
-
- @external
Properties
Methods
-
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