NfsDatastore constructor
NfsDatastore({
- GoogleFileService? googleFileService,
- GoogleVmwareFileService? googleVmwareFileService,
- ThirdPartyFileService? thirdPartyFileService,
Implementation
NfsDatastore({
this.googleFileService,
this.googleVmwareFileService,
this.thirdPartyFileService,
});