menu
nebula_db package
documentation
index/btree.dart
BTreeNode
BTreeNode.new constructor
BTreeNode.new constructor
dark_mode
light_mode
BTreeNode
constructor
BTreeNode
(
{
required
int
order
,
bool
isLeaf
=
true
,
})
Implementation
BTreeNode({required this.order, this.isLeaf = true});
nebula_db package
documentation
index/btree
BTreeNode
BTreeNode.new constructor
BTreeNode class