addItem method

void addItem(
  1. CurlModel model
)

Implementation

void addItem(CurlModel model) {
  items.insert(0, model);
}