isIdle property
bool
get
isIdle
Whether no request has been made yet.
Implementation
bool get isIdle => status == ResourceStatus.idle;
Whether no request has been made yet.
bool get isIdle => status == ResourceStatus.idle;