isSdk property

bool isSdk

Whether this represents a 'Dart' SDK.

A package can be part of Dart and Flutter at the same time, but if this is part of a Dart SDK, sdkType should never return null.

Implementation

bool get isSdk;