PlatformDevice constructor
PlatformDevice({
- required String id,
- required PlatformDeviceType type,
Implementation
PlatformDevice({
required this.id,
required this.type,
});