factory Alarm.fromJson(Map<String, dynamic> json) { return Alarm( name: json['name'] as String?, ); }