DateTime? date(String key) { try { return DateTime.parse(_all[key].toString()); } catch (_) { return null; } }