totalTokens property

int get totalTokens

Total tokens (input + output).

Implementation

int get totalTokens => inputTokens + outputTokens;