isReady property
bool
get
isReady
Indicates if the resource is ready.
Implementation
bool get isReady => this is ResourceReady<T>;
Indicates if the resource is ready.
bool get isReady => this is ResourceReady<T>;