isApple top-level property

bool get isApple

Checks if the platform is Apple (iOS or macOS).

Implementation

bool get isApple => (isIOS || isMacOS);