Coupon constructor

Coupon({
  1. dynamic code,
  2. bool? newUsersOnly,
})

Implementation

Coupon({
  this.code,
  this.newUsersOnly,
});