Module<C extends ServeMeClient> class abstract

Constructors

Module()

Properties

config Config
no setter
console Console
no setter
db Future<Db>
no setter
debug Future<void> Function(String, [String])
no setter
error Future<void> Function(String, [StackTrace?])
no setter
events Events
no setter
hashCode int
The hash code for this object.
no setterinherited
log Future<void> Function(String, [String])
no setter
modules Map<String, Module<C>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduler Scheduler
no setter
server ServeMe<C>
getter/setter pair

Methods

dispose() Future<void>
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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