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