isRequired

val isRequired: StateFlow<Boolean>

True if the element is required. False if the element is not required. This property is always true if the FieldFormElement.fieldName is the ArcGISFeatureTable.typeIdField or the field is non-nullable. Otherwise, it depends on the result of the required expression. Additionally, if FieldFormElement.isVisible is false, the required expression is ignored and false is returned.

Since

200.4.0