DispatcherBuilder class abstract

Constructors

DispatcherBuilder()

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

appendMatchers(AsyncPatternMatcher<Request, Response> requestMatcher) AsyncPatternMatcher<Request, Response>
badRequest(List<Map<String, dynamic>> errors) → Response
collectErrors(List<List<ValidationError>> errors) List<Map<String, dynamic>>
decodeJson(String? json) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(dynamic value) → dynamic
toResponse(dynamic value) → Response
toString() String
A string representation of this object.
inherited

Operators

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