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