isNormal property

bool get isNormal

Whether normal value-based diffing is enabled.

Implementation

bool get isNormal => _kind == _CellDiffKind.normal;