Random.leftBound constructor

Random.leftBound(
  1. dynamic left,
  2. dynamic optargs
)

Implementation

Random.leftBound(left, optargs)
    : super([left], optargs == null ? {} : optargs);