isPending property
bool
get
isPending
Whether the render is still queued or running.
Implementation
bool get isPending => status == 'queued' || status == 'running';
Whether the render is still queued or running.
bool get isPending => status == 'queued' || status == 'running';