menu
kdtree package
documentation
kdtree
KDTree
length property
length
brightness_4
length
property
Null safety
int
length
Calculate lenght of K-d Tree
Implementation
int get length { return _root?.length ?? 0; }
kdtree package
documentation
kdtree
KDTree
length property
KDTree class
Constructors
KDTree
fromJson
Properties
dimensions
hashCode
height
length
metric
runtimeType
Methods
balanceFactor
insert
nearest
noSuchMethod
remove
toJson
toString
Operators
operator ==