filepath property

String filepath

Implementation

String get filepath => _filepath;
void filepath=(String value)

Implementation

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