factory QuietTime.fromJson(Map<String, dynamic> json) { return QuietTime( end: json['End'] as String?, start: json['Start'] as String?, ); }