asError property

CellErrorValue? get asError

This value as a CellErrorValue, or null if it is not an error.

Implementation

CellErrorValue? get asError =>
    this is CellErrorValue ? this as CellErrorValue : null;