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