removeFirst method

T removeFirst()

Removes the first element in this list.

Implementation

T removeFirst() => removeAt(0);