NfsDatastore constructor

NfsDatastore({
  1. GoogleFileService? googleFileService,
  2. GoogleVmwareFileService? googleVmwareFileService,
  3. ThirdPartyFileService? thirdPartyFileService,
})

Implementation

NfsDatastore({
  this.googleFileService,
  this.googleVmwareFileService,
  this.thirdPartyFileService,
});