Set<T> constructor

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

Implementation

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