isLoading property

bool get isLoading

Whether the form is currently in a loading state.

Implementation

bool get isLoading => this is AsyncFormLoading<Request, Response>;