Endpoint class abstract

A class that responds to a single Uri and a single Method

Constructors

Endpoint({required String uri, required Method method})
Constructor
const

Properties

hashCode int
The hash code for this object.
no setterinherited
method Method
The Method the class must respond to
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String
The Uri the class must respond to
final

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
toString() String
A string representation of this object.
inherited

Operators

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