FormController

@Inject
fun FormController(formSpec: LayoutSpec, addressResourceRepository: ResourceRepository<AddressRepository>, transformSpecToElement: TransformSpecToElements, viewModelScope: CoroutineScope)

Parameters

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