Feature constructor

const Feature(
  1. String id, {
  2. String? name,
})

Implementation

const Feature(
  this.id, {
  this.name,
});