OpSet constructor

OpSet({
  1. required OpSetType type,
  2. required List<Op> ops,
})

Implementation

OpSet({required this.type, required this.ops});