isNotRecordWithMedia property

bool get isNotRecordWithMedia

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

Implementation

bool get isNotRecordWithMedia => !isRecordWithMedia;