isApple property

bool get isApple

Returns true for native Apple platforms.

Implementation

bool get isApple =>
    !kIsWeb && (this == TargetPlatform.macOS || this == TargetPlatform.iOS);