isRequired property

bool? isRequired
getter/setter pair

Whether the property is mandatory.

Default is 'false', i.e. populating property value can be skipped. If 'true' then user must populate the value for this property.

Implementation

core.bool? isRequired;