FstabEntry constructor

FstabEntry({
  1. String? file,
  2. int? freq,
  3. String? mntops,
  4. int? passno,
  5. String? spec,
  6. String? vfstype,
})

Implementation

FstabEntry({
  this.file,
  this.freq,
  this.mntops,
  this.passno,
  this.spec,
  this.vfstype,
});