parentCollectionIdentifier property
@doc Collection identifier of the parent collection if this is a sub-collection.
Implementation
@$pb.TagNumber(4)
FFIdentifier get parentCollectionIdentifier => $_getN(3);
Implementation
@$pb.TagNumber(4)
set parentCollectionIdentifier(FFIdentifier value) => $_setField(4, value);