productDetails property

  1. @HiveField(7)
Map<String, dynamic>? productDetails
final

The optional details of the product.

Implementation

@HiveField(7)
final Map<String, dynamic>? productDetails;