David PHAM-VAN

Fix linter warning in info_test.dart

@@ -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);