pollFirst method

T pollFirst()

Implementation

T pollFirst() {
  return _list.removeAt(0);
}