SqliteDatabas constructor
SqliteDatabas(})
Implementation
SqliteDatabas(this._databaseName,
{this.path,
this.isDeleteDB = true,
this.onConfigure,
this.onCreate,
this.onDowngrade,
this.onUpgrade,
this.onOpen,
this.updateMap = const []});