withoutInstance method

Bind<T> withoutInstance()

Implementation

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