File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,12 +184,12 @@ class LibraryBuilder extends _Builder {
184184 /// outputs through the [BuildStep] they should be indicated in
185185 /// [additionalOutputExtensions] .
186186 ///
187+ /// [formatOutput] is called to format the generated code. Defaults to
188+ /// [DartFormatter.format] .
189+ ///
187190 /// [header] is used to specify the content at the top of each generated file.
188191 /// If `null` , the content of [defaultFileHeader] is used.
189192 /// If [header] is an empty `String` no header is added.
190- ///
191- /// [formatOutput] is called to format the generated code. Defaults to
192- /// [DartFormatter.format] .
193193 LibraryBuilder (Generator generator,
194194 {String formatOutput (String code),
195195 String generatedExtension: '.g.dart' ,
You can’t perform that action at this time.
0 commit comments