FloatingPointList constructor

FloatingPointList({
  1. List<double>? elements,
})

Implementation

FloatingPointList({
  this.elements,
});