Module class
Module definition.
- Available extensions
Constructors
Properties
-
exports
→ Set<
Object> -
Exported modules or providers.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
imports
→ Set<
Module> -
Imported modules.
final
-
providers
→ Set<
Provider> -
The module providers.
final
- 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
-
useEffect(
ModuleEffect effect) → Module -
Available on Module, provided by the ModuleEffectExtension extension
Use module effect.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited