removeLast method

void removeLast()

Removes the last element of the vector.

Implementation

void removeLast() => _data.removeLast();