Module<C extends ServeMeClient> class
Null safety
Constructors
- Module()
Properties
- config → Config
-
read-only
- console → Console
-
read-only
-
db
→ Future<
Db> -
read-only
-
debug
→ Future<
void> Function(String, [String]) -
read-only
-
error
→ Future<
void> Function(String, [StackTrace?]) -
read-only
- events → Events
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
log
→ Future<
void> Function(String, [String]) -
read-only
-
modules
→ Map<
String, Module< C> > -
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- scheduler → Scheduler
-
read-only
-
server
↔ ServeMe<
C> -
read / write
Methods
-
dispose(
) → Future< void> -
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
run(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited