PUT class
Represents the put http verb.
This is used to annotated a handler method as a put
Properties
Methods
-
execute(
Function putFunction, 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