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