CouponLinkResult.fromJson constructor

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

Implementation

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