isLoading property

bool get isLoading

Whether the controller is currently processing a request.

Implementation

bool get isLoading => _state == EmailAuthState.loading;