isNotImageDetails property
bool
get
isNotImageDetails
Returns true if this data is not ImageDetails, otherwise false.
Implementation
bool get isNotImageDetails => !isImageDetails;
Returns true if this data is not ImageDetails, otherwise false.
bool get isNotImageDetails => !isImageDetails;