tabBarNodeKeyRef property

  1. @TagNumber(4)
FFNodeKeyReference get tabBarNodeKeyRef

@doc The node key reference to the tab bar to perform the action on.

Implementation

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

Implementation

@$pb.TagNumber(4)
set tabBarNodeKeyRef(FFNodeKeyReference value) => $_setField(4, value);