Explorar o código

migrated errors.dart to null safety

ashilkn %!s(int64=2) %!d(string=hai) anos
pai
achega
fcd29c2633
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      lib/core/errors.dart

+ 0 - 2
lib/core/errors.dart

@@ -1,5 +1,3 @@
-// @dart=2.9
-
 class InvalidFileError extends ArgumentError {
   InvalidFileError(String message) : super(message);
 }