recordViewNotFound property

RecordViewNotFound? get recordViewNotFound

Implementation

RecordViewNotFound? get recordViewNotFound =>
    isRecordViewNotFound ? data as RecordViewNotFound : null;