LookupDiscoveredServiceResponse constructor

LookupDiscoveredServiceResponse({
  1. DiscoveredService? discoveredService,
})

Implementation

LookupDiscoveredServiceResponse({
  this.discoveredService,
});