isReady property
bool
get
isReady
Whether the file is ready.
Implementation
bool get isReady => status == VectorStoreFileStatus.completed;
Whether the file is ready.
bool get isReady => status == VectorStoreFileStatus.completed;