DbLayer constructor

DbLayer({
  1. List<Map<Type, Function>>? factories,
})

Implementation

DbLayer({this.factories}) {
  //currentQuery = Select(QueryBuilderOptions());
}