hasLinux property

bool get hasLinux

Implementation

bool get hasLinux => downloads.any((d) => d.platform == 'linux');