isIdle property

bool get isIdle

Whether the form is in its initial idle state.

Implementation

bool get isIdle => this is AsyncFormIdle<Request, Response>;