push<T> method

void push<T>(
  1. T obj
)

Implementation

void push<T>(T obj) => _data.add(obj);