namespace property

String namespace
getter/setter pair

namespace is used to persist the collection model Typically namespace is used to identify the app that is used to persist the data.

Implementation

late String namespace;