rollbackAddingLastItem abstract method Null safety
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();