ConfObjectFactory<T> typedef

ConfObjectFactory<T> = T Function(Map<String, Object?> properties)

A function that creates the value of a ConfObject from a map of property names to configuration values.

Implementation

typedef ConfObjectFactory<T> = T Function(Map<String, Object?> properties);