get

operator fun get(name: String): IdxRemediation.Form.Field?

Returns the field within this form with the given name or key-path.

To retrieve nested fields, keyPath "." notation can be used to select fields within child forms.


operator fun get(index: Int): IdxRemediation.Form.Field

Returns the field within this form with the given index.