RBushElement<T>.fromList constructor

RBushElement<T>.fromList(
  1. List bbox,
  2. T data
)

Implementation

RBushElement.fromList(List<dynamic> bbox, this.data) : super.fromList(bbox);