isApple property

bool get isApple

Implementation

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