Deps class

Constructors

Deps({Map<Type, dynamic Function(Deps)>? mappings, Map<String, dynamic>? config})

Properties

config Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
mappings Map<Type, dynamic Function(Deps)>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy() Deps
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
override<T>(T builder(Deps deps)) Deps
register(Map<Type, dynamic Function(Deps deps)> mappings) → dynamic
toString() String
A string representation of this object.
inherited
use<T>() → T

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](Type T) → dynamic

Static Methods

merge(Iterable<Deps> depsChain) Deps