isNotRecordWithMediaView property

bool get isNotRecordWithMediaView

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

Implementation

bool get isNotRecordWithMediaView => !isRecordWithMediaView;