nullSafeSupport property

bool get nullSafeSupport

Implementation

static bool get nullSafeSupport => !pubSpec.environment['sdk']!
    .allowsAny(VersionConstraint.parse('<2.12.0'));