List<String> get notes => _notes;
set notes(List<String> value) { _notes = value; notifyListeners(); }