FileReader constructor

FileReader({
  1. String rootPath = './',
  2. String assetsPath = './assets',
  3. String libPath = './lib',
})

Implementation

FileReader({
  this.rootPath = './',
  this.assetsPath = './assets',
  this.libPath = './lib',
});