MetadataFilter constructor
MetadataFilter({
- List<
MetadataFilterLabelMatch> ? filterLabels, - String? filterMatchCriteria,
Implementation
MetadataFilter({
this.filterLabels,
this.filterMatchCriteria,
});