AbstractBlocListExtensions<T> extension

Extension methods for non-nullable lists of type T.

on

Methods

abstractBlocListRemoveLastItems(int amount) → void

Available on List<T>, provided by the AbstractBlocListExtensions extension

Removes the last amount of items from the list.