actionNodeKeyRef property

  1. @TagNumber(5)
FFActionNodeKeyReference get actionNodeKeyRef

@doc The key of the FFActionNode that contains this variable.

Implementation

@$pb.TagNumber(5)
FFActionNodeKeyReference get actionNodeKeyRef => $_getN(4);
  1. @TagNumber(5)
set actionNodeKeyRef (FFActionNodeKeyReference value)

Implementation

@$pb.TagNumber(5)
set actionNodeKeyRef(FFActionNodeKeyReference value) => $_setField(5, value);