GeneratedUserController class
- Inheritance
-
- Object
- RestController
- GeneratedUserController
- Mixed-in types
- Annotations
-
- @Controller('/api/v2/users')
Constructors
Properties
Methods
-
create(
RequestContext ctx) → Future< Map< String, dynamic> > -
get(
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 registrar) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited