migrate from ui.hash* to Object.hash* (#1133)

pull/1141/head
Viren Khatri 2 years ago committed by GitHub
parent 16238e49d4
commit a23b33f6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,5 +114,5 @@ class AppState extends ChangeNotifier {
} }
@override @override
int get hashCode => hashValues(places, selectedCategory, viewType); int get hashCode => Object.hash(places, selectedCategory, viewType);
} }

Loading…
Cancel
Save