collectionIdentifier property
@doc The identifier of the collection the document belongs to.
Implementation
@$pb.TagNumber(1)
FFIdentifier get collectionIdentifier => $_getN(0);
Implementation
@$pb.TagNumber(1)
set collectionIdentifier(FFIdentifier value) => $_setField(1, value);