copyWith method
Implementation
CreateElicitationResponseUnknown copyWith({
Object? raw = _acpCopyWithAbsent,
}) => CreateElicitationResponseUnknown(
identical(raw, _acpCopyWithAbsent)
? this.raw
: raw as Map<Object?, Object?>,
);
CreateElicitationResponseUnknown copyWith({
Object? raw = _acpCopyWithAbsent,
}) => CreateElicitationResponseUnknown(
identical(raw, _acpCopyWithAbsent)
? this.raw
: raw as Map<Object?, Object?>,
);