dao property

DaoAdapter<I, E> dao

Returns the DaoAdapter of the underlining SqliteDatabase

Implementation

DaoAdapter<I, E> get dao => _db.dao;