isNotImagesView property

bool get isNotImagesView

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

Implementation

bool get isNotImagesView => !isImagesView;