isApple property

bool isApple

Implementation

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