UserController class
- Inheritance
-
- Object
- RestController
- UserController
Constructors
- UserController(UserService _users)
Properties
Methods
-
adminStats(
RequestContext ctx) → Future< Map< String, dynamic> > -
create(
RequestContext ctx) → Future< Map< String, dynamic> > -
get(
RequestContext ctx) → Future< Map< String, dynamic> > -
list(
RequestContext ctx) → Future< List< 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> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited