remove unnecessary override
This commit is contained in:
@@ -17,9 +17,6 @@ class WebPageInfo with FastEquatable {
|
||||
|
||||
WebPageInfo({required this.url, this.title, this.favicon, this.feeds});
|
||||
|
||||
@override
|
||||
bool get cacheHash => true;
|
||||
|
||||
@override
|
||||
List<Object?> get hashParameters => [url, title, favicon, feeds];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user