add method

void add(
  1. ShellModel model
)

Implementation

void add(final ShellModel model) {
  items.add(model);
}