MerchantData constructor

MerchantData({
  1. String? item,
})

Implementation

MerchantData({
  this.item,
});