getAll method

List<FpsInfo> getAll()

Implementation

List<FpsInfo> getAll() {
  return items.toList();
}