const InAppPagingOptions({ int? initialFetchSize, this.fetchFromLast = false, this.fetchingSize, }) : initialSize = initialFetchSize ?? fetchingSize;