Remove an entry in specific index
void removeAt(int index) { _list.removeAt(index); _fireWatchers(); }