isLoading property
bool
get
isLoading
Whether the form is currently in a loading state.
Implementation
bool get isLoading => this is AsyncFormLoading<Request, Response>;
Whether the form is currently in a loading state.
bool get isLoading => this is AsyncFormLoading<Request, Response>;