mandatory property

bool? mandatory
getter/setter pair

Indicates whether the parameter is required.

That is, whether the intent cannot be completed without collecting the parameter value.

Optional.

Implementation

core.bool? mandatory;