Index: pkg/crypto/lib/src/sha256.dart |
diff --git a/pkg/crypto/lib/src/sha256.dart b/pkg/crypto/lib/src/sha256.dart |
index f1c20e3261d22580b69f2db0b3c255bf11fa3686..b429b8f192e56b09b493042cfb87e62bc8271f99 100644 |
--- a/pkg/crypto/lib/src/sha256.dart |
+++ b/pkg/crypto/lib/src/sha256.dart |
@@ -103,5 +103,5 @@ class SHA256 extends _HashBase { |
_h[7] = _add32(h, _h[7]); |
} |
- List<int> _w; |
+ final List<int> _w; |
} |