BoundedInt constructor

BoundedInt(
  1. int bottom,
  2. int top
)

Implementation

BoundedInt(this.bottom, this.top) : super();