modelPath property

String get modelPath

The path to the model file.

Implementation

String get modelPath => _modelPath;
set modelPath (String value)

Implementation

set modelPath(String value) {
  _modelPath = value;
  notifyListeners();
}