namespace property

String? get namespace

Namespace this key belongs to, read from @key.namespace metadata. null if the source ARB didn't declare one — dialect check flags that as an error in source ARBs (the convention requires it).

Implementation

String? get namespace => metadata?.namespace;