Model constructor

Model({
  1. String rootDir = '.',
})

This constructor is not meant to be used directly. Use the buildModel function instead.

Implementation

Model({this.rootDir = '.'});