getAll method

  1. @override
List<IInfo> getAll()
override

Implementation

@override
List<IInfo> getAll() {
  return items.toList();
}