ThirdPartyFileService constructor

ThirdPartyFileService({
  1. String? fileShare,
  2. String? network,
  3. List<String>? servers,
})

Implementation

ThirdPartyFileService({this.fileShare, this.network, this.servers});