copyWith method
Implementation
ConditionParameterCurrentValue copyWith({
FormatOptionsHelper? formatOptionsHelper,
}) {
return ConditionParameterCurrentValue(
formatOptionsHelper: formatOptionsHelper ?? this.formatOptionsHelper,
);
}
ConditionParameterCurrentValue copyWith({
FormatOptionsHelper? formatOptionsHelper,
}) {
return ConditionParameterCurrentValue(
formatOptionsHelper: formatOptionsHelper ?? this.formatOptionsHelper,
);
}