explicitChildNodes property
@doc Whether descendants can add semantic information to this node rather than merging with it.
Implementation
@$pb.TagNumber(5)
FFBooleanValue get explicitChildNodes => $_getN(4);
Implementation
@$pb.TagNumber(5)
set explicitChildNodes(FFBooleanValue value) => $_setField(5, value);