required property
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;