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