CollectionResourceRestEndpoint class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
routePattern RoutePattern
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(ApiRequest request) Future
inherited
errorResponse(ApiRequest request, dynamic error, StackTrace stackTrace) ApiResponse
Wraps the execution of a request handler to ensure that an ApiResponse is the result.
inherited
get(ApiRequest request) Future
override
handleRequest(ApiRequest request) Future<ApiResponse>
inherited
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
options(ApiRequest request) Future
inherited
patch(ApiRequest request) Future
inherited
post(ApiRequest request) Future
inherited
put(ApiRequest request) Future
inherited
toString() String
A string representation of this object.
inherited
trace(ApiRequest request) Future
inherited

Operators

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