isSuccess property

bool get isSuccess

check if current state is success bool

Implementation

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