$Explicit constructor

$Explicit({
  1. List<double>? bounds,
})

Implementation

$Explicit({
  this.bounds,
});