isNotImagesView property
bool
get
isNotImagesView
Returns true if this data is not ImagesView, otherwise false.
Implementation
bool get isNotImagesView => !isImagesView;
Returns true if this data is not ImagesView, otherwise false.
bool get isNotImagesView => !isImagesView;