resolvedTargetArch property

List<Arch> get resolvedTargetArch

targetArch, defaulting to the host architecture when empty.

Implementation

List<Arch> get resolvedTargetArch =>
    targetArch.isEmpty ? [Arch.current()] : targetArch;