FactoryManager<S> constructor

const FactoryManager<S>(
  1. S builder()
)

Implementation

const FactoryManager(this.builder);