hasAndroid property

bool get hasAndroid

Implementation

bool get hasAndroid => downloads.any((d) => d.platform == 'android');