ShopifySharpLineItemProperty constructor

const ShopifySharpLineItemProperty({
  1. dynamic name,
  2. dynamic value,
})

Implementation

const ShopifySharpLineItemProperty({this.name, this.value});