Grammar constructor

  1. @Deprecated('Use grammar() factory instead.')
Grammar(
  1. String name,
  2. Rule entryRule, {
  3. String? description,
})

Implementation

@Deprecated('Use grammar() factory instead.')
Grammar(this.name, this.entryRule, {this.description});