Converts the object from a Map representation.
Returns the object from the Map representation.
@override QuietHoursSettings fromMap(Map<String, dynamic> map) { return QuietHoursSettings.fromMap(map); }