ZenModuleRegistry class
Clean module registry - focused on new API only
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Static Methods
-
clear(
) → void - Clear all modules (for testing)
-
dumpModules(
) → String - Debug info
-
getAllModules(
) → Map< String, ZenModule> - Get all registered modules
-
getModule(
String name) → ZenModule? - Get registered module by name
-
hasModule(
String name) → bool - Check if a module is registered
-
registerModules(
List< ZenModule> modules, ZenScope scope) → Future<void> - Register and load modules atomically with dependency resolution