Random constructor

Random(
  1. dynamic optargs
)

Implementation

Random(optargs) : super(null, optargs == null ? {} : optargs);