totalCount property
The amount of headers in this axis, including real and elastic headers.
Implementation
late final totalCount = (() => max(count, elasticCount))();
The amount of headers in this axis, including real and elastic headers.
late final totalCount = (() => max(count, elasticCount))();