Parrot class abstract

Parrot Application.

Constructors

Parrot(Module module)
Create a new Parrot application.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ref FutureOr<ModuleRef>
Root module reference.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

find<T>(Provider<T> provider) FutureOr<T>
Find an instance of a Provider
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve<T>(Provider<T> provider) FutureOr<T>
Returns an instance of provider defined using providers that exist in any module.
select(Module module) FutureOr<ModuleRef>
Select a module reference.
toString() String
A string representation of this object.
inherited

Operators

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