CatalogQueryText constructor

CatalogQueryText({
  1. List<String>? keywords,
})

Implementation

CatalogQueryText({
  this.keywords
});