QueryMatchProperties constructor

const QueryMatchProperties({
  1. List<String>? mimetypes,
  2. String? category,
  3. String? subtitle,
  4. List<String>? actions,
})

Implementation

const QueryMatchProperties({
  this.mimetypes,
  this.category,
  this.subtitle,
  this.actions,
  // this.iconData,
});