Override props method for CacheException
This commit is contained in:
@@ -14,6 +14,9 @@ abstract class CacheException with EquatableMixin implements Exception {
|
||||
}
|
||||
return exceptionName;
|
||||
}
|
||||
|
||||
@override
|
||||
List<Object?> get props => [message];
|
||||
}
|
||||
|
||||
class UnknownCacheError extends CacheException {
|
||||
|
||||
Reference in New Issue
Block a user