DartnessRouterHandler class Null safety

A router handler for handling request for a ClassMirror with Controller with his metadata and the method MethodMirror with the metadata.

Constructors

DartnessRouterHandler(ClassMirror _clazzMirror, MethodMirror _methodMirror)

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

handleRoute(Request request, [Object? extras]) Future<Response>
Handles the route's response and invoke the _methodMirror in _clazzMirror
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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