removeLast method

T removeLast()

Implementation

T removeLast() {
  var i = _value.removeLast();
  update();
  return i;
}