isNativeFuchsia top-level property
bool
get
isNativeFuchsia
Checks if the platform is native Fuchsia (not web).
Implementation
bool get isNativeFuchsia => isFuchsia && !isWeb;
Checks if the platform is native Fuchsia (not web).
bool get isNativeFuchsia => isFuchsia && !isWeb;