NFS.fromJson constructor

NFS.fromJson(
  1. Map json_
)

Implementation

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