withoutInstance method
Implementation
Bind<T> withoutInstance() {
return Bind<T>._(
constructor: constructor,
type: type,
params: params,
className: className,
config: config,
key: key,
);
}
Bind<T> withoutInstance() {
return Bind<T>._(
constructor: constructor,
type: type,
params: params,
className: className,
config: config,
key: key,
);
}