PeerListIteratorOptions class

This class is used to set the options for the getPeerListIterator method

byPeerIds list of peerIds for which peer list is required

byRoleName name of the role for which peer list is required

limit maximum number of peers to be returned

Constructors

PeerListIteratorOptions({required int limit, List<String>? byPeerIds, String? byRoleName})

Properties

byPeerIds List<String>?
list of peerIds for which peer list is required
final
byRoleName String?
name of the role for which peer list is required
final
hashCode int
The hash code for this object.
no setterinherited
limit int
maximum number of peers to be returned
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited