menu
mcp_bundle package
documentation
ports.dart
StubChannelPort
sentResponses property
sentResponses property
dark_mode
light_mode
sentResponses
property
List
<
ChannelResponse
>
sentResponses
final
List of sent responses (for testing verification).
Implementation
final List<ChannelResponse> sentResponses = [];
mcp_bundle package
documentation
ports
StubChannelPort
sentResponses property
StubChannelPort class