mandatory property

bool? mandatory
final

Indicates whether the parameter is required.

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

Implementation

final bool? mandatory;