remove method

bool remove(
  1. T toRemove
)

Implementation

bool remove(T toRemove) => update(() => _list.remove(toRemove));