MsgSendDocumentReceipt constructor

MsgSendDocumentReceipt({
  1. required CommercioDocReceipt receipt,
})

Implementation

MsgSendDocumentReceipt({
  required this.receipt,
}) : super(
          type: 'commercio/MsgSendDocumentReceipt',
          value: <String, String>{});