isReady property

bool get isReady

Indicates if the resource is ready.

Implementation

bool get isReady => this is ResourceReady<T>;