SourceItemsItem constructor

const SourceItemsItem({
  1. int? amount,
  2. String? currency,
  3. String? description,
  4. String? parent,
  5. int? quantity,
  6. SourceItemsItemType? type,
})

order_item_specs

Implementation

const SourceItemsItem({
  this.amount,
  this.currency,
  this.description,
  this.parent,
  this.quantity,
  this.type,
});