namespace property

  1. @override
String namespace
final

The main identifier all values are stored under.

To avoid conflicts with other storage instances, this value should be unique to the app or package. It is recommended to always use your application or bundle identifier, which is the default if not passed.

If provided, it must match the regular expression ^\w+(\.\w+)*$, which is that of a typical bundle identifier.

Implementation

@override
final String namespace;