TaskController class
- Inheritance
-
- Object
- RestController
- TaskController
Constructors
- TaskController(TaskService _tasks)
Properties
Methods
-
create(
RequestContext ctx) → Future< Map< String, dynamic> > -
getOne(
RequestContext ctx) → Future< Map< String, dynamic> > -
list(
RequestContext ctx) → Future< Map< String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerRoutes(
RouteRegistrar r) → void -
override
-
remove(
RequestContext ctx) → Future< Map< String, dynamic> > -
toggle(
RequestContext ctx) → Future< Map< String, dynamic> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited