addItem method

void addItem(
  1. dynamic data
)

Implementation

void addItem(dynamic data){
  addItemAt(data, items.length);
}