FileObject constructor

FileObject(
  1. File file, {
  2. bool includePath = false,
  3. String? relativeTo,
})

Implementation

FileObject(this.file, {this.includePath = false, this.relativeTo});