Removes the value at the given index
@override void removeAt(int index) { final list = value; list.removeAt(index); set(list); }