of<T extends Object> static method
Creates a context with a single service
Implementation
static Context<T> of<T extends Object>(T service) =>
Context._({T: service});
Creates a context with a single service
static Context<T> of<T extends Object>(T service) =>
Context._({T: service});