append method

void append(
  1. Touch touch
)

Implementation

void append(Touch touch) {
  _items.add(touch);
}