getDb method

RxNetDataBase? getDb()

Implementation

RxNetDataBase? getDb(){
  return _dataBase;
}