hasImages property

bool get hasImages

Implementation

bool get hasImages =>
    flags.attachements || linkedImageUrlLink.isNotEmpty ? true : false;