pathModelFile method

List<String> pathModelFile(
  1. String filename
)

Takes a file name, and returns a path under state/models.

Implementation

List<String> pathModelFile(String filename) {
  return _createPath(modelsPath, filename);
}