SqliteNodeRepository constructor

SqliteNodeRepository(
  1. Database db
)

Creates the repository.

Implementation

SqliteNodeRepository(this.db);