Set constructor

const Set({
  1. required List<SetToken> set,
  2. required bool not,
})

Implementation

const Set({
  required this.set,
  required this.not,
}) : super(Types.SET);