isLoading property

bool get isLoading

check if current state is loading bool

Implementation

bool get isLoading => _pagifyState!._asyncCallState.currentState.isLoading;