totalPages property

set totalPages (int value)

Implementation

set totalPages(int value) {
  _totalPages = value;
  notifyListeners();
}