menu
agentic_llm package
documentation
testing.dart
FakeChatModel
callCount property
callCount property
dark_mode
light_mode
callCount
property
int
get
callCount
How many calls this model received.
Implementation
int get callCount => _requests.length;
agentic_llm package
documentation
testing
FakeChatModel
callCount property
FakeChatModel class