FstabEntryList constructor

FstabEntryList({
  1. List<FstabEntry>? entries,
})

Implementation

FstabEntryList({
  this.entries,
});