STRProductVariant constructor

STRProductVariant({
  1. required String name,
  2. required String value,
  3. required String key,
})

Implementation

STRProductVariant({
  required this.name,
  required this.value,
  required this.key,
});