void setDateArray(String key, List<DateTime> value) { _addAttribute(key, 'dateArray', value.map((date) => date.millisecondsSinceEpoch).toList()); }