PagingEvent<D, M extends Pageable> constructor

const PagingEvent<D, M extends Pageable>(
  1. int count,
  2. TwitterResponse<D, M> response
)

Returns the new instance of PagingEvent.

Implementation

const PagingEvent(
  super.count,
  super.response,
);