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