SQLiteConnection constructor

SQLiteConnection({
  1. required String path,
})

Implementation

SQLiteConnection({required this.path}) {
  _initLib();
}