fromIterable<T> static method

T fromIterable<T>(
  1. Iterable iterable
)

Implementation

static T fromIterable<T>(Iterable<dynamic> iterable) => fromValue<T>(iterable);