ModelSource.file constructor

ModelSource.file(
  1. String path
)

Creates a file-based source (external files, mobile only)

Implementation

factory ModelSource.file(String path) = FileSource;