typed<E> method

*<Null safety>*
  • @Deprecated('Use iterable.cast<E> instead.')

Iterable<E> typed <E>(Iterable base) @Deprecated('Use iterable.cast<E> instead.')

Implementation

@Deprecated('Use iterable.cast<E> instead.')
static Iterable<E> typed<E>(Iterable base) => base.cast<E>();