lastRawResponse property

  1. @override
String? get lastRawResponse
override

Most recent raw SDK JSON. Returns the response of the last getResponse or getResponseAsync. For Gemma 4 use LiteRtLmFfiClient.extractToolCalls on this string to surface tool calls.

Implementation

@override
String? get lastRawResponse => _lastRawResponse;