hasImages property

bool hasImages

Implementation

bool get hasImages {
  return images.isNotEmpty;
}