Fixed code issues via automatic dart fix
This commit is contained in:
@ -6,7 +6,7 @@ class ArbitraryAppointment {
|
||||
GetTimetableResponseObject? webuntis;
|
||||
CustomTimetableEvent? custom;
|
||||
|
||||
ArbitraryAppointment({this.webuntis, this.custom}) {}
|
||||
ArbitraryAppointment({this.webuntis, this.custom});
|
||||
|
||||
bool hasWebuntis() {
|
||||
return webuntis != null;
|
||||
|
Reference in New Issue
Block a user