* Is the magic form required.
()
| 220 | * Is the magic form required. |
| 221 | */ |
| 222 | get required(): boolean | null { |
| 223 | return this.fieldData.required || null; |
| 224 | } |
| 225 | |
| 226 | /** |
| 227 | * Get the current view feature properties, such as whether the field is hidden in a view |
no outgoing calls
no test coverage detected