isSdkPackage property
bool
get
isSdkPackage
Whether this package is provided by an SDK.
Implementation
bool get isSdkPackage => source == DependencySource.sdk;
Whether this package is provided by an SDK.
bool get isSdkPackage => source == DependencySource.sdk;