String get question => _question;
set question(String value) { _question = value; notifyListeners(); }