Feature constructor

Feature({
  1. int? maxResults,
  2. String? model,
  3. String? type,
})

Implementation

Feature({
  this.maxResults,
  this.model,
  this.type,
});