PowerOfTwo constructor

const PowerOfTwo({
  1. int min = 1,
  2. int? max,
})

Implementation

const PowerOfTwo({this.min = 1, this.max});