fromValue static method

CouponReport fromValue(
  1. String value
)

Implementation

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