db property

Future<Database> db

Implementation

Future<Database> get db async {
//    if(_db == null) {
  await open();
//    }
  return _db;
}