isNotRequired property
bool
get
isNotRequired
Whether this does not have the @required trait.
Implementation
bool get isNotRequired => !isRequired;
Whether this does not have the @required trait.
bool get isNotRequired => !isRequired;