function property

  1. @TagNumber.new(3)
FunctionExecution get function

Condition-type to execute if function is used, replaces actions v1.

Implementation

@$pb.TagNumber(3)
FunctionExecution get function => $_getN(2);
  1. @TagNumber.new(3)
set function (FunctionExecution value)

Implementation

@$pb.TagNumber(3)
set function(FunctionExecution value) => $_setField(3, value);