LcpDatabase constructor
LcpDatabase(
- Licenses licenses,
- Transactions transactions
Implementation
LcpDatabase(this.licenses, this.transactions);
LcpDatabase(this.licenses, this.transactions);