menu
objectbox
objectbox
Box
<
T
>
Box factory constructor
Box
brightness_4
brightness_5
Box<
T
>
constructor
Box<
T
>
(
Store
store
)
Create a box for an Entity.
Implementation
factory Box(Store store) => store.box();
objectbox
objectbox
Box
<
T
>
Box factory constructor
Box class
Constructors
Box
Properties
hashCode
runtimeType
Methods
contains
containsMany
count
get
getAll
getAllAsync
getAsync
getMany
getManyAsync
isEmpty
noSuchMethod
put
putAndGetAsync
putAndGetManyAsync
putAsync
putMany
putManyAsync
putQueued
putQueuedAwaitResult
query
remove
removeAll
removeAllAsync
removeAsync
removeMany
removeManyAsync
toString
Operators
operator ==