RatelServer constructor
RatelServer({})
Implementation
RatelServer({
this.port = 8080,
this.database,
this.handlers = const [],
this.jwtKey,
this.bindings,
}) {
bindings?.dependencies();
_initializeHandlers();
}