timerActionKeyRef property

  1. @TagNumber(2)
FFActionKeyReference get timerActionKeyRef

@doc The key of the periodic timer action to stop.

Implementation

@$pb.TagNumber(2)
FFActionKeyReference get timerActionKeyRef => $_getN(1);
  1. @TagNumber(2)
set timerActionKeyRef (FFActionKeyReference value)

Implementation

@$pb.TagNumber(2)
set timerActionKeyRef(FFActionKeyReference value) => $_setField(2, value);