List<T> constructor

List<T>([
  1. Object? coll
])

Implementation

factory List([_i2.Object? coll]) => _i4.callConstructor(
      _declaredList,
      [coll ?? _i5.undefined],
    );