V4Options constructor

const V4Options(
  1. List<int>? random,
  2. RNG? rng
)

Implementation

const V4Options(this.random, this.rng);