remove unnecessary override
This commit is contained in:
@@ -93,9 +93,6 @@ class FeedArticle with FastEquatable implements Insertable<FeedArticle> {
|
||||
return map;
|
||||
}
|
||||
|
||||
@override
|
||||
bool get cacheHash => true;
|
||||
|
||||
@override
|
||||
List<Object?> get hashParameters => [
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user