SourceServer class

Inheritance

Constructors

SourceServer(DataServer server, {Session? session, required List<Module> modules})

Properties

hashCode int
The hash code for this object.
no setterinherited
modules List<Module>
final
objectId int
finalinherited
routes Map<String, Point>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server DataServer
final
session Session
final
tableMap Map<String, ChalonaTable>
final

Methods

add(List<Module> modules) → dynamic
cancelEventByName(String name) → dynamic
inherited
initializeDatabase() → dynamic
loadSecurityDefinition() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String name, EventFn fn) EventHandler
inherited
oneTimeOn(String name, EventFn fn) EventHandler
inherited
request(String url, {dynamic data, Session? session}) Future
override
sync({required String fromHost}) → dynamic
toString() String
A string representation of this object.
inherited
trigger(String name, [dynamic arg]) Future<void>
inherited

Operators

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