DiscoveryEventDeviceAdded constructor
DiscoveryEventDeviceAdded({
- required DeviceInfo deviceInfo,
- required int? gcastCaps,
Implementation
DiscoveryEventDeviceAdded({
required this.deviceInfo,
required this.gcastCaps,
});