StopDiscovererResponse constructor
StopDiscovererResponse({
- String? discovererId,
- DiscovererState? state,
Implementation
StopDiscovererResponse({
this.discovererId,
this.state,
});