add method

void add(
  1. T item
)

Implementation

void add(T item) => items.add(item);