isNotRecordView property

bool get isNotRecordView

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

Implementation

bool get isNotRecordView => !isRecordView;