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