LexicalCategory constructor

LexicalCategory(
  1. String id,
  2. String text
)

Implementation

LexicalCategory(this.id, this.text);