KeywordGrammar<S extends KeywordMixin> constructor

const KeywordGrammar<S extends KeywordMixin>(
  1. KeywordType type, {
  2. bool isRequired = true,
})

Implementation

const KeywordGrammar(
  this.type, {
  this.isRequired = true,
});