CouponData.fromJson constructor

CouponData.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CouponData.fromJson(Map<String, dynamic> json) =>
    _$CouponDataFromJson(json);