TreapNode constructor

const TreapNode(
  1. int cnt,
  2. List arr
)

Implementation

const TreapNode(this.cnt, this.arr, ):super();