toJson method

Map<String, dynamic> toJson()

Implementation

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