isApple top-level property

bool get isApple

Implementation

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