fromIterable<T> abstract method

T fromIterable<T>(
  1. Iterable iterable
)

Implementation

T fromIterable<T>(Iterable<dynamic> iterable);