ShopifySharpDiscountAllocation.fromJson constructor

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

Implementation

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