ShopifySharpLineItemAttributedStaff constructor

const ShopifySharpLineItemAttributedStaff({
  1. String? id,
  2. int? quantity,
})

Implementation

const ShopifySharpLineItemAttributedStaff({this.id, this.quantity});