copyWithWrapped method
Implementation
EndCallToolConfig copyWithWrapped({Wrapped<String?>? systemToolType}) {
return EndCallToolConfig(
systemToolType: (systemToolType != null
? systemToolType.value
: this.systemToolType));
}