removeLast method

void removeLast()

Implementation

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