AddOrUpdate<T> extension
- on
-
- List<
T>
- List<
Methods
-
addOrUpdate(
T item) → void -
Available on List<
add an item to a list, or update item if it already existsT> , provided by the AddOrUpdate extension
Available on List<