toJson method

Map<String, dynamic> toJson()

Implementation

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