ModelCreator

typealias ModelCreator = (jsonModelConfig: String) -> Model(source)

A type alias for a function that creates and returns an instance of the Model class.