add method

void add(
  1. TObj e
)

Implementation

void add(TObj e) => _list.add(e);