JSSet constructor

JSSet(
  1. List initial
)

Implementation

JSSet(List initial) : _data = Set<dynamic>.from(initial);