PATCH class
Represents the patch http verb.
This is used to annotated a handler method as a Patch
Properties
Methods
-
execute(
Function patchFunction, Cascade router, String baseUrl) → Future< Cascade> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited