CouponMetadata constructor

CouponMetadata({
  1. String? key,
  2. String? value,
})

Implementation

CouponMetadata({this.key, this.value});