toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  if (toolName != null) 'toolName': toolName,
  if (toolInput != null) 'toolInput': toolInput,
};