isNotVideoDetails property

bool get isNotVideoDetails

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

Implementation

bool get isNotVideoDetails => !isVideoDetails;