isSdkPackage property

bool get isSdkPackage

Whether this package is provided by an SDK.

Implementation

bool get isSdkPackage => source == DependencySource.sdk;