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 Modules included in the module.
final
provide List<ProviderElement>
A list of Providers 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 Providers.
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 o) bool
The equality operator.
override

Constants

iterableEquality → const IterableEquality