isNotRecordView property
bool
get
isNotRecordView
Returns true if this data is not RecordView, otherwise false.
Implementation
bool get isNotRecordView => !isRecordView;
Returns true if this data is not RecordView, otherwise false.
bool get isNotRecordView => !isRecordView;