Factory<T> constructor

Factory<T>(
  1. T createInstance()
)

Implementation

Factory(final T Function() createInstance) : super(createInstance);