isNativeApple top-level property

bool get isNativeApple

Checks if the platform is native Apple (not web).

Implementation

bool get isNativeApple => isApple && !isWeb;