ShopifySharpDiscountCode.fromJson constructor

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

Implementation

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