parseOutput method
Parses the output of the call to the outputType and applying outputFilter if needed.
Implementation
O? parseOutput(Object? value) {
  var out = parseExecution(value);
  return mapOutput(out);
}Parses the output of the call to the outputType and applying outputFilter if needed.
O? parseOutput(Object? value) {
  var out = parseExecution(value);
  return mapOutput(out);
}