dispose method

void dispose()

Release this object back into the pool.

Implementation

void dispose() => _pool?.release(this);