nodeKeyPath property

  1. @TagNumber(4)
FFNodeKeyPath get nodeKeyPath

@doc The path to the component that holds the form field.

Implementation

@$pb.TagNumber(4)
FFNodeKeyPath get nodeKeyPath => $_getN(3);
  1. @TagNumber(4)
set nodeKeyPath (FFNodeKeyPath value)

Implementation

@$pb.TagNumber(4)
set nodeKeyPath(FFNodeKeyPath value) => $_setField(4, value);