dart-lang/labs

BucketEntry not possible to mock

bryanoltman opened this issue · 1 comments

We use package:mocktail in our tests, which relies on the ability to implement classes for mocking purposes. In release 0.8.16, BucketEntry (in lib/storage.dart) was sealed, making it unmockable.