welltestedSaveGenerator function
Builder
welltestedSaveGenerator(
- BuilderOptions options
Implementation
Builder welltestedSaveGenerator(BuilderOptions options) {
return LibraryBuilder(WelltestedSaveGenerator(),
generatedExtension: ".hello.dart", allowSyntaxErrors: true);
}