NFS constructor

NFS({
  1. String? remotePath,
  2. String? server,
})

Implementation

NFS({this.remotePath, this.server});