String? get errorString => _errorString;
set errorString(String? value) { _errorString = value; notifyListeners(); }