isNotMedia property

bool get isNotMedia

Returns true if this value is not media, otherwise false.

Implementation

bool get isNotMedia => !isMedia;