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