ResourceLoader constructor

ResourceLoader(
  1. String rootDir
)

Implementation

factory ResourceLoader(String rootDir)
=> new FileLoader(rootDir);