isRequired property

bool get isRequired

Whether this annotation is @required from the meta package.

@required indicates that a parameter or field must be provided.

Implementation

bool get isRequired;