Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -23,7 +23,7 @@ void main() { | @@ -23,7 +23,7 @@ void main() { | ||
| 23 | }); | 23 | }); |
| 24 | 24 | ||
| 25 | test('PrintingInfo', () async { | 25 | test('PrintingInfo', () async { |
| 26 | - final PrintingInfo info = PrintingInfo.unavailable; | 26 | + const PrintingInfo info = PrintingInfo.unavailable; |
| 27 | expect(info.canConvertHtml, false); | 27 | expect(info.canConvertHtml, false); |
| 28 | expect(info.directPrint, false); | 28 | expect(info.directPrint, false); |
| 29 | expect(info.dynamicLayout, false); | 29 | expect(info.dynamicLayout, false); |
-
Please register or login to post a comment