isNotImages property

bool get isNotImages

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

Implementation

bool get isNotImages => !isImages;