hasImages property

bool get hasImages

Implementation

bool get hasImages {
  return images.isNotEmpty;
}