LevitDependency<S> constructor
LevitDependency<S> ({})
Internal constructor for creating dependency metadata.
Implementation
LevitDependency({
this.instance,
this.builder,
this.asyncBuilder,
this.permanent = false,
this.isLazy = false,
this.isFactory = false,
});