chatCallCount property
int
get
chatCallCount
How many times POST /chat was called.
Implementation
int get chatCallCount => _chatCalls;
How many times POST /chat was called.
int get chatCallCount => _chatCalls;