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