isRequired property
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;
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.
core.bool? isRequired;