Feature constructor

Feature({
  1. String? etags,
  2. String? kind,
  3. String? name,
})

Implementation

Feature({
  this.etags,
  this.kind,
  this.name,
});