copyWith method

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

Implementation

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