productImages property

  1. @HiveField(4)
List<String>? productImages
final

The optional list of image URLs for the product.

Implementation

@HiveField(4)
final List<String>? productImages;