UuidV4Generator constructor

UuidV4Generator([
  1. Random? random
])

Create a new instance of a generator with the provided random.

If omitted, random defaults to a new instance of Random.secure.

Implementation

factory UuidV4Generator([Random? random]) = UuidV4Generator._;