dart 创建一个新的集合

示例

可以通过构造函数创建集合:

var ingredients = new Set();
ingredients.addAll(['gold', 'titanium', 'xenon']);