copyWith method

CreateElicitationRequestUnknown copyWith({
  1. Object? raw = _acpCopyWithAbsent,
})

Implementation

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