remove unnecessary override
This commit is contained in:
@@ -15,9 +15,6 @@ class ChatMetadata with FastEquatable {
|
||||
|
||||
Map<String, dynamic> toJson() => _$ChatMetadataToJson(this);
|
||||
|
||||
@override
|
||||
bool get cacheHash => true;
|
||||
|
||||
@override
|
||||
List<Object?> get hashParameters => [mainDocumentId, contextId];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user