nullSafeSupport property

bool get nullSafeSupport

Whether the current project's SDK constraint supports null safety.

Implementation

static bool get nullSafeSupport =>
    !sdkVersionConstraint!.allowsAny(VersionConstraint.parse('<2.12.0'));