JsonLibraryBuilder constructor
JsonLibraryBuilder(})
Create a new instance of a JsonLibraryBuilder based on the generator.
Implementation
JsonLibraryBuilder(
this.generator, {
required this.formatOutput,
required this.generatedExtension,
});