$fromIterable static method
Implementation
static $Value? $fromIterable(
Runtime runtime, $Value? target, List<$Value?> args) {
return $Stream.wrap(Stream.fromIterable(args[0]!.$value as Iterable));
}
static $Value? $fromIterable(
Runtime runtime, $Value? target, List<$Value?> args) {
return $Stream.wrap(Stream.fromIterable(args[0]!.$value as Iterable));
}