Inject class abstract

Constructors

Inject()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

dispose<T>() → void
get<T>() → T?
Return an instanced object
instance<T>() → T?
Return a new instance of an object. If it already instantiated than override for a new one.
mock<T>(T instance) → void
pass mocked instance to instance. And <T> the original type
reset() → void