frozenCount property

int get frozenCount

The amount of headers frozen bound to the actual amount of headers in the axis.

Implementation

int get frozenCount => min(_frozenCount, count);