Closed kuhnroyal closed 1 year ago
The v4() function has not changed so this is not breaking. Additionally use const Uuid() which was added in v3.0.0-nullsafety.1 so should be safe.
v4()
const Uuid()
v3.0.0-nullsafety.1
The
v4()
function has not changed so this is not breaking. Additionally useconst Uuid()
which was added inv3.0.0-nullsafety.1
so should be safe.