Parrot class abstract
Parrot Application.
Properties
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