From 9c1c37470438bb3a28857b881a87c0e092f0c518 Mon Sep 17 00:00:00 2001 From: Miller Adulu Date: Fri, 19 Mar 2021 20:02:12 +0300 Subject: [PATCH] Remove final hashcode that is replaced by quiver functionality --- lib/models/quill_delta.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/models/quill_delta.dart b/lib/models/quill_delta.dart index c27cfce0..eea1f83f 100644 --- a/lib/models/quill_delta.dart +++ b/lib/models/quill_delta.dart @@ -299,7 +299,7 @@ class Delta { } @override - int get hashCode => hashcode.hashObjects(_operations); + int get hashCode => hashObjects(_operations); /// Retain [count] of characters from current position. void retain(int count, [Map? attributes]) {