SearchUrl constructor

SearchUrl({
  1. String? template,
  2. String? type,
})

Implementation

SearchUrl({
  this.template,
  this.type,
});