ApiFeature constructor

const ApiFeature(
  1. String name,
  2. String constraint
)

Implementation

const ApiFeature(this.name, this.constraint);