isNotRecordViewNotFound property

bool get isNotRecordViewNotFound

Returns true if this data is not RecordViewNotFound, otherwise false.

Implementation

bool get isNotRecordViewNotFound => !isRecordViewNotFound;