copyWith method
Implementation
EndCallToolConfig copyWith({String? systemToolType}) {
return EndCallToolConfig(
systemToolType: systemToolType ?? this.systemToolType);
}
EndCallToolConfig copyWith({String? systemToolType}) {
return EndCallToolConfig(
systemToolType: systemToolType ?? this.systemToolType);
}