TargetPlatform constructor

TargetPlatform({
  1. required TargetPlatformArch arch,
  2. required TargetPlatformOs os,
  3. TargetPlatformAccelerator? accelerator,
})

Implementation

TargetPlatform({
  required this.arch,
  required this.os,
  this.accelerator,
});