see dart:core documentation
@override void retainWhere(bool Function(E element) test) { value.retainWhere(test); emit(); }