FormController

@Inject
fun FormController(    formSpec: LayoutSpec,     resourceRepository: ResourceRepository,     transformSpecToElement: TransformSpecToElements,     viewModelScope: CoroutineScope)

Parameters

: formSpec A representation of the layout which is used to display the UI fields on screen.