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