Container class

Constructors

Container()

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

alias(String namespace String alias) → void
Function to map a alias to a namespace.
bind(String namespace, Function closure) → void
Function to create a lazy load factory binding.
singleton(String namespace, Function closure) → void
Function to create a lazy load singleton binding.
use(String namespace) → dynamic
Function to get an instance of the binding.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

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