hasNextPage property

bool? hasNextPage

Implementation

bool? get hasNextPage => _$this._hasNextPage;
void hasNextPage=(bool? hasNextPage)

Implementation

set hasNextPage(bool? hasNextPage) => _$this._hasNextPage = hasNextPage;