isApple property

bool isApple

Implementation

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