Coupon constructor
const
Coupon({})
Implementation
const Coupon({
required this.id,
required this.date_created,
required this.date_expiry,
required this.used,
required this.user_id,
required this.product_id,
});