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