isNonNullable property

bool isNonNullable

Implementation

bool get isNonNullable => findConstraint<NotNull>() != null;