hasMacOS property

bool get hasMacOS

Implementation

bool get hasMacOS => downloads.any((d) => d.platform == 'macos');