Command.deserialize constructor Null safety
Deserializes this command from the value generated by serialize.
Implementation
Command.deserialize(Map<String, String> json)
: timeout = _parseTimeout(json);
Deserializes this command from the value generated by serialize.
Command.deserialize(Map<String, String> json)
: timeout = _parseTimeout(json);