isChangingPage property

bool isChangingPage

Implementation

bool get isChangingPage {
  return hasClients && page?.toInt() != page;
}