Adds multiple items to the list.
LipList items(List<dynamic> items) { for (final item in items) { this.item(item); } return this; }