pooledContentId property
int?
get
pooledContentId
The pooled complex grapheme id for this cell, if any.
This is primarily useful for diagnostics and tests.
Implementation
int? get pooledContentId =>
_contentKind == _CellContentKind.complex ? _contentValue : null;