push method

void push(
  1. E undoData
)

Implementation

void push(E undoData) => _list.add(undoData);