DiscoveryOptions constructor

DiscoveryOptions({
  1. Duration? ttl,
  2. int? limit,
  3. Map? other,
})

Creates a new DiscoveryOptions

Implementation

DiscoveryOptions({this.ttl, this.limit, Map<dynamic, dynamic>? other})
    : other = other ?? {};