copyWith method
Implementation
ElicitationContentValueNumber copyWith({
Object? value = _acpCopyWithAbsent,
}) => ElicitationContentValueNumber(
identical(value, _acpCopyWithAbsent) ? this.value : value as num,
);
ElicitationContentValueNumber copyWith({
Object? value = _acpCopyWithAbsent,
}) => ElicitationContentValueNumber(
identical(value, _acpCopyWithAbsent) ? this.value : value as num,
);