bool remove(Object? value) { final list = this.value; final result = list.remove(value); set(list, force: true); return result; }