menu
flutter_base_core package
documentation
util/property.dart
DProperty
isWindows property
isWindows property
dark_mode
light_mode
isWindows
property
bool
get
isWindows
是否Windows平台
Implementation
bool get isWindows => Platform.isWindows;
flutter_base_core package
documentation
util/property
DProperty
isWindows property
DProperty mixin