isSkip property
bool
get
isSkip
Whether terminal output for this cell is suppressed.
Implementation
bool get isSkip => _kind == _CellDiffKind.skip;
Whether terminal output for this cell is suppressed.
bool get isSkip => _kind == _CellDiffKind.skip;