key property

  1. @HiveField(8)
String get key

Getter for the key, using the productId as the key.

Implementation

@HiveField(8)
String get key => productId;