SshScript.fromJson constructor
SshScript.fromJson(
- Map json_
Implementation
SshScript.fromJson(core.Map json_)
: this(script: json_['script'] as core.String?);
SshScript.fromJson(core.Map json_)
: this(script: json_['script'] as core.String?);