NFS.fromJson constructor
      
      NFS.fromJson(
    
    
- Map json_
 
Implementation
NFS.fromJson(core.Map json_)
    : this(
        remotePath: json_['remotePath'] as core.String?,
        server: json_['server'] as core.String?,
      );