TeamsController class
- Inheritance
-
- Object
- Controller
- TeamsController
Constructors
- TeamsController(Student student)
Properties
Methods
-
get(
Team team) → Future< ModuleStatistics?> -
list(
) → Future< List< Team> > -
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