BitExpandRangeAction constructor

const BitExpandRangeAction(
  1. int bitStart,
  2. int bitEnd
)

Creates an action to expand the inclusive range from bitStart to bitEnd.

Implementation

const BitExpandRangeAction(this.bitStart, this.bitEnd);