factory Probe_ExecAction.fromJson(Map<String, dynamic> json) { return Probe_ExecAction(command: decodeList(json['command']) ?? []); }