ResourceLoader constructor

ResourceLoader(
  1. String rootDir
)

Implementation

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