required property

bool? required
getter/setter pair

Flag indicating if the parameter must be defined and not empty.

Defaults to false.

Optional.

Implementation

core.bool? required;