Application class abstract

The base of a Spark server

Constructors

Application({List<Middleware<Request>>? requestMiddlewares, List<Endpoint> endpoints = const [], List<Middleware<Response>>? responseMiddlewares, List<Plugin> plugins = const [], List environmentalVariables = const []})
Factory constructor
factory

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
onHandle(Request param) Future<Response>
Method called when something should be handled in this class
inherited
onInit(Context context) Future<void>
Method called to initialize this class
inherited
toString() String
A string representation of this object.
inherited

Operators

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