Bounds constructor

Bounds(
  1. Bound lower,
  2. Bound upper
)

Implementation

Bounds(this.lower, this.upper);