extended logic of alarm interface

This commit is contained in:
2026-06-18 19:01:00 +02:00
parent c5fafc2053
commit f9642b0230
3 changed files with 28 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ class LocationAlarm implements Alarm {
);
}
@override
Map<String, dynamic> toJson() {
return {
'id': id,