GrammarGenerator constructor

GrammarGenerator({
  1. required String source,
})

Implementation

GrammarGenerator({required this.source});