menu
tenon_cli package
documentation
core.dart
PlatformExt
isWeb property
isWeb property
dark_mode
light_mode
isWeb
property
bool
get
isWeb
是否是Web端
Implementation
bool get isWeb => !(isMobile || isDesktop);
tenon_cli package
documentation
core
PlatformExt
isWeb property
PlatformExt extension on
Platform