OriginDetails constructor

OriginDetails({
  1. required String productId,
})

Implementation

OriginDetails({
  required this.productId,
});