StartDiscovererResponse constructor

StartDiscovererResponse({
  1. String? discovererId,
  2. DiscovererState? state,
})

Implementation

StartDiscovererResponse({
  this.discovererId,
  this.state,
});