see dart:core documentation
@override E removeAt(int index) { var r = value.removeAt(index); emit(); return r; }