PrivateCalendarEventController class
- Inheritance
-
- Object
- Controller
- PrivateCalendarEventController
Constructors
- PrivateCalendarEventController(Student student)
Properties
Methods
-
create(
CalendarEvent event) → Future< void> -
delete(
CalendarEvent event) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
CalendarEvent event) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited