Set<T>.$2 constructor

Set<T>.$2([
  1. List<T>? values
])

Implementation

factory Set.$2([_i2.List<T>? values]) => _i4.callConstructor(
      _declaredSet,
      [values ?? _i5.undefined],
    );