isApple property

bool get isApple

是否为苹果平台 (iOS/macOS)

Implementation

static bool get isApple {
  return isIOS || isMacOS;
}