DbObjectBox constructor

DbObjectBox({
  1. bool attach = false,
})

crates objectbox db instace attach to attach to already open instance (e.g. for isolates)

Implementation

DbObjectBox({bool attach = false}) {
  _init(attach);
}