withConfigFrom method

IList<T> withConfigFrom(
  1. IList<T> other
)

Returns a new list with the contents of the present IList, but the config of other.

Implementation

IList<T> withConfigFrom(IList<T> other) => withConfig(other.config);