ConnectionDataPool class
Constructors
- ConnectionDataPool({int maxPoolSize = 1000})
Properties
Methods
-
acquire(
{required int index, required double distance}) → ConnectionData -
clear(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
ConnectionData data) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited