EndCallToolConfig constructor

const EndCallToolConfig({
  1. String? systemToolType,
})

Implementation

const EndCallToolConfig({
  this.systemToolType,
});