executedOn property

  1. @TagNumber.new(15)
ExecutionTarget get executedOn

Where the generation actually ran (on-device, cloud, etc.). Useful when execution_target was AUTO and the SDK picked the route.

Implementation

@$pb.TagNumber(15)
ExecutionTarget get executedOn => $_getN(14);
  1. @TagNumber.new(15)
set executedOn (ExecutionTarget value)

Implementation

@$pb.TagNumber(15)
set executedOn(ExecutionTarget value) => $_setField(15, value);