ModuleElement class
Constructors
-
ModuleElement({required List<
ProviderElement> provide, required List<ModuleElement> include})
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
include
→ List<
ModuleElement> -
A list of other
Module
s included in the module.final -
provide
→ List<
ProviderElement> -
A list of
Provider
s directly provided by the module.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
flatten(
) → List< ProviderElement> -
Flattens the module to a list of
Provider
s. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
- iterableEquality → const IterableEquality