PlatformDevice constructor

PlatformDevice({
  1. required String id,
  2. required PlatformDeviceType type,
})

Implementation

PlatformDevice({
  required this.id,
  required this.type,
});