Fixed code issues via automatic dart fix

This commit is contained in:
2024-03-12 08:21:14 +01:00
parent 41372e9e86
commit efd13b0919
5 changed files with 5 additions and 5 deletions

View File

@ -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;