explicitChildNodes property

  1. @TagNumber(5)
FFBooleanValue get explicitChildNodes

@doc Whether descendants can add semantic information to this node rather than merging with it.

Implementation

@$pb.TagNumber(5)
FFBooleanValue get explicitChildNodes => $_getN(4);
  1. @TagNumber(5)
set explicitChildNodes (FFBooleanValue value)

Implementation

@$pb.TagNumber(5)
set explicitChildNodes(FFBooleanValue value) => $_setField(5, value);