OpSet constructor

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

Implementation

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