componentNodePath property

  1. @TagNumber(10)
FFNodeKeyPath get componentNodePath

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

Implementation

@$pb.TagNumber(10)
FFNodeKeyPath get componentNodePath => $_getN(8);
  1. @TagNumber(10)
set componentNodePath (FFNodeKeyPath value)

Implementation

@$pb.TagNumber(10)
set componentNodePath(FFNodeKeyPath value) => $_setField(10, value);