DbObjectBox constructor
DbObjectBox({
- 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);
}