namespace property
String
get
namespace
The namespace of this collection, i.e. the database and collection names together.
Implementation
String get namespace => "$collectionName.$databaseName";
The namespace of this collection, i.e. the database and collection names together.
String get namespace => "$collectionName.$databaseName";