[native_assets_cli] EncodedAsset
is not immutable but overrides hashCode
#2045
Labels
Milestone
EncodedAsset
is not immutable but overrides hashCode
#2045
Currently,
EncodedAsset
takesencoding
as an argument, which is a modifiable map.However, it also overrides
hashCode
andoperator ==
.This is a bug.
We need to either
operator ==
(and fix the tests that rely on equals) orThe text was updated successfully, but these errors were encountered: