isNotRecordWithMedia property
bool
get
isNotRecordWithMedia
Returns true if this data is not RecordWithMedia, otherwise false.
Implementation
bool get isNotRecordWithMedia => !isRecordWithMedia;
Returns true if this data is not RecordWithMedia, otherwise false.
bool get isNotRecordWithMedia => !isRecordWithMedia;