DateTime? getDateTime(String tag) => !containsKey(tag) ? null : DateTime.tryParse(this[tag].toString());