Uuid constructor Null safety
Implementation
factory Uuid({Map<String, dynamic>? options}) {
return Uuid._(UuidV1(options: options), UuidV4(options: options), UuidV5(options), UuidV6(options), UuidV7(options),
UuidV8(options),
goptions: options);
}