factory ReminderDto.fromJson(Map<String, dynamic> json) { return ReminderDto( days: json["days"] as int, ); }