add method

void add(
  1. dynamic item
)

Implementation

void add(dynamic item) {
  _items[item] = true;
}