Module class

Module definition.

Available extensions

Constructors

Module({Set<Provider> providers = const {}, Set<Module> imports = const {}, Set<Object> exports = const {}})
Create a new Module definition instance.
const

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

Operators

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