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