generateMethod method
GeneratorExtras?
generateMethod(
- StringBuffer buffer,
- Objects objects,
- DartGeneratorOptions options
override
Implementation
@override
GeneratorExtras? generateMethod(
StringBuffer buffer, Objects objects, DartGeneratorOptions options) {
// format the generated code to avoid making the 'analyse' task to run
buffer.writeCopyWith(objects, options, copyWithOptions);
return null;
}