ServiceEntry<T extends Service> constructor

const ServiceEntry<T extends Service>(
  1. ServiceFactory<T> create
)

Implementation

const ServiceEntry(this.create);