isNotRequired property

bool get isNotRequired

Whether this does not have the @required trait.

Implementation

bool get isNotRequired => !isRequired;