RandomSeed constructor

const RandomSeed({
  1. Key? key,
})

Implementation

const RandomSeed({
  super.key,
});