BlockGroup constructor

BlockGroup(
  1. DeltaInsertOp op,
  2. List<DeltaInsertOp> ops
)

Implementation

BlockGroup(this.op, this.ops);