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