Feature constructor

Feature(
  1. String name,
  2. bool isSupported
)

Implementation

Feature(this.name, this.isSupported);