Module class abstract
- Annotations
-
- @JS()
- @anonymous
Constructors
- Module()
Properties
-
children
→ List<
Module> -
no setter
- exports → dynamic
-
no setter
- filename → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setter
- loaded → bool
-
no setter
- parent → Module
-
no setter
-
paths
→ List<
String> -
no setter
- 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
-
require(
String id) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited