GeneratorMethod constructor

GeneratorMethod({
  1. required String name,
  2. bool headerFiler = false,
})

Implementation

GeneratorMethod({required this.name, this.headerFiler = false});