rollbackAddingLastItem abstract method

  1. @protected
dynamic rollbackAddingLastItem()

Removes the last object in this list, but only intended for use during add and similar calls. The list is in general not supposed to have insert/remove operations available as explained in the documentation of the list itself.

Implementation

@protected
rollbackAddingLastItem();