DeviceIdentifier constructor
const
DeviceIdentifier(
- TargetPlatform platform,
- DeviceType type,
- String name
Private constructor.
Implementation
const DeviceIdentifier(
this.platform,
this.type,
this.name,
);