RestController class abstract
RestController is a class that Controllers must extend to be implemented to Modules
.
It is decorated with Injectable Mixin, it means that every RestController has access to DI functions inject
- Mixed-in types
Constructors
Properties
Methods
-
inject<
T extends Object> (Injection< T> injection) → void -
Function to inject dependencies:
inherited
-
injected<
T> ([String? name]) → T -
Function to retrieve injected dependencies:
inherited
-
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