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