componentClassNodeKeyRef property

  1. @TagNumber(18)
FFNodeKeyReference get componentClassNodeKeyRef

@doc The key of the component to display in the bottom sheet.

Implementation

@$pb.TagNumber(18)
FFNodeKeyReference get componentClassNodeKeyRef => $_getN(16);
  1. @TagNumber(18)
set componentClassNodeKeyRef (FFNodeKeyReference value)

Implementation

@$pb.TagNumber(18)
set componentClassNodeKeyRef(FFNodeKeyReference value) =>
    $_setField(18, value);