totalTime property
Duration
get
totalTime
Returns the total time taken in the prompt and completion
Implementation
Duration get totalTime => promptTime + completionTime;
Returns the total time taken in the prompt and completion
Duration get totalTime => promptTime + completionTime;