push method

dynamic push(
  1. T element
)

Implementation

push(T element) => _list.addLast(element);