MathRNG constructor Null safety

const MathRNG(
  1. {int seed = -1}
)

Implementation

const MathRNG({this.seed = -1});