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