ItemView.withPageSizeAndOffsetAndBasePoint constructor

ItemView.withPageSizeAndOffsetAndBasePoint(
  1. int pageSize,
  2. int offset,
  3. OffsetBasePoint offsetBasePoint
)
Initializes a new instance of the The maximum number of elements the search operation should return. The offset of the view from the base point. The base point of the offset.

Implementation

ItemView.withPageSizeAndOffsetAndBasePoint(
    int pageSize, int offset, OffsetBasePoint offsetBasePoint)
    : super.withPageSizeAndOffsetAndBasePoint(
          pageSize, offset, offsetBasePoint) {}