menu
firebase_github_updater package
documentation
models/app_release.dart
AppRelease
hasLinux property
hasLinux property
dark_mode
light_mode
hasLinux
property
bool
get
hasLinux
Implementation
bool get hasLinux => downloads.any((d) => d.platform == 'linux');
firebase_github_updater package
documentation
models/app_release
AppRelease
hasLinux property
AppRelease class