GrammaticalFeature constructor

GrammaticalFeature(
  1. String id,
  2. String text,
  3. String type
)

Implementation

GrammaticalFeature(this.id, this.text, this.type);