Bounds constructor

Bounds(
  1. int length
)

Implementation

factory Bounds(int length) =>
    Bounds._(Float64List(length), Float64List(length));