isReady property

bool get isReady

Whether the file is ready.

Implementation

bool get isReady => status == VectorStoreFileStatus.completed;