required property

bool? required
getter/setter pair

Indicates whether the parameter is required.

Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.

Implementation

core.bool? required;