resolvedTargetArch property
targetArch, defaulting to the host architecture when empty.
Implementation
List<Arch> get resolvedTargetArch =>
targetArch.isEmpty ? [Arch.current()] : targetArch;
targetArch, defaulting to the host architecture when empty.
List<Arch> get resolvedTargetArch =>
targetArch.isEmpty ? [Arch.current()] : targetArch;