getItems method

List getItems()

Implementation

List<dynamic> getItems() {
  return items;
}