NfsExportList constructor

NfsExportList({
  1. List<NfsExport>? entries,
})

Implementation

NfsExportList({
  this.entries,
});