isApple top-level property

bool isApple

Implementation

bool get isApple => !isWeb && (Platform.isIOS || Platform.isMacOS);