FixedItemsPaginated( Map<K, T> values, { this.onNext, this.onPrevious, this.perPage = 1, }) { items.addAll(values); }