Removes a range of values
@override void removeRange(int start, int end) { final list = value; list.removeRange(start, end); set(list); }