remove unnecessary override
This commit is contained in:
@@ -10,9 +10,6 @@ class ReaderableState with FastEquatable {
|
||||
factory ReaderableState.$default() =>
|
||||
ReaderableState(readerable: false, active: false);
|
||||
|
||||
@override
|
||||
bool get cacheHash => true;
|
||||
|
||||
@override
|
||||
List<Object?> get hashParameters => [readerable, active];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user