fromValue static method
Implementation
static CouponReport fromValue(String value) =>
CouponReport.values.firstWhere((e) => e.value == value);
static CouponReport fromValue(String value) =>
CouponReport.values.firstWhere((e) => e.value == value);