DeviceIdentifier constructor

const DeviceIdentifier(
  1. TargetPlatform platform,
  2. DeviceType type,
  3. String name
)

Private constructor.

Implementation

const DeviceIdentifier(
  this.platform,
  this.type,
  this.name,
);