toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final toolCall = this.toolCall;
  final toolCallResult = this.toolCallResult;
  return {'toolCall': ?toolCall, 'toolCallResult': ?toolCallResult};
}