LCR constructor
const
LCR({
- required String key,
- required LocalDatabase database,
Constructor for the LCR class.
Parameters:
key
: The key or path of the collection.database
: The reference to the local database.
Implementation
const LCR({
required this.key,
required this.database,
});