isNormal property
bool
get
isNormal
Whether normal value-based diffing is enabled.
Implementation
bool get isNormal => _kind == _CellDiffKind.normal;
Whether normal value-based diffing is enabled.
bool get isNormal => _kind == _CellDiffKind.normal;