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