PeerListIteratorOptions constructor

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

Implementation

PeerListIteratorOptions({
  required this.limit,
  this.byPeerIds,
  this.byRoleName,
});