genList function

List genList(
  1. dynamic iterable
)

Implementation

List genList(iterable) => iterable.toList();