isDone property

  1. @override
bool get isDone
override

Indicates when an LLM is done responding. Only useful when calling the asynchronous methods.

Implementation

@override
bool get isDone => _isDone ??= _getIsDone();