DeletedCoupon constructor

const DeletedCoupon({
  1. required String id,
})

DeletedCoupon

Implementation

const DeletedCoupon({required this.id});