copyWith method

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

Implementation

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