ConstructorFunction

typealias ConstructorFunction<T> = (childValues: Map<String, Any?>, childProps: Map<String, KMutableProperty1<T, Any?>>) -> T(source)

Function responsible for creating an instance of type T from two maps mapping children names to their values and properties.

Parameters

T

Type of instance being created.