Showing
4 changed files
with
6 additions
and
3 deletions
This diff could not be displayed because it is too large.
@@ -185,8 +185,7 @@ void main(List<String> args) async { | @@ -185,8 +185,7 @@ void main(List<String> args) async { | ||
185 | } | 185 | } |
186 | output.writeln('class PdfGoogleFonts extends DownloadableFont {'); | 186 | output.writeln('class PdfGoogleFonts extends DownloadableFont {'); |
187 | output.writeln(''); | 187 | output.writeln(''); |
188 | - output.writeln( | ||
189 | - 'const PdfGoogleFonts._(String url, String name) : super(url, name);'); | 188 | + output.writeln('const PdfGoogleFonts._(super.url, super.name);'); |
190 | 189 | ||
191 | for (final f in getFonts(m)) { | 190 | for (final f in getFonts(m)) { |
192 | output.writeln(''); | 191 | output.writeln(''); |
-
Please register or login to post a comment