The path to the model file.
String get modelPath => _modelPath;
set modelPath(String value) { _modelPath = value; notifyListeners(); }