hasWindows property

bool get hasWindows

Implementation

bool get hasWindows => downloads.any((d) => d.platform == 'windows');