Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567)

This reverts commit 2be0d57fa2.
This commit is contained in:
Dan Field
2021-06-30 09:46:54 -07:00
committed by GitHub
parent ae2442c8c6
commit e36e62e9a6
18 changed files with 30 additions and 68 deletions

View File

@@ -128,9 +128,7 @@ class LocaleInfo implements Comparable<LocaleInfo> {
}
@override
int get hashCode {
return originalString.hashCode;
}
int get hashCode => originalString.hashCode;
@override
String toString() {