RootFile constructor

RootFile({
  1. String rootPath = "",
  2. String rootFilePath = "",
  3. String mimetype = "",
  4. double? version,
})

Implementation

RootFile(
    {this.rootPath = "",
    this.rootFilePath = "",
    this.mimetype = "",
    this.version});