ns property

String? ns
final

Namespace to generate a namespaced (UUIDv5) App ID from.

When null a random UUID is produced instead. Providing a namespace makes the output deterministic for the same string, which is handy for getting a stable App ID without storing it.

Implementation

final String? ns;