recordViewNotFoundOrNull property

RecordViewNotFound? get recordViewNotFoundOrNull

Returns RecordViewNotFound if this data is RecordViewNotFound, otherwise null.

Implementation

RecordViewNotFound? get recordViewNotFoundOrNull =>
    isRecordViewNotFound ? recordViewNotFound : null;