String get filepath => _filepath;
set filepath(String value) { _filepath = value; notifyListeners(); }