see dart:core documentation
@override void removeRange(int start, int end) { value.removeRange(start, end); emit(); }