isReady property

bool get isReady

Returns when the image is loaded and ready to be used.

Implementation

bool get isReady => throw (UnimplementedError());