TargetPlatform constructor
TargetPlatform({
- required TargetPlatformArch arch,
- required TargetPlatformOs os,
- TargetPlatformAccelerator? accelerator,
Implementation
TargetPlatform({
required this.arch,
required this.os,
this.accelerator,
});