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