ReceiptPanic constructor
const
ReceiptPanic({})
Implementation
const ReceiptPanic({
required this.id,
required this.reason,
required this.pc,
required this.isField,
required this.contractId,
});
const ReceiptPanic({
required this.id,
required this.reason,
required this.pc,
required this.isField,
required this.contractId,
});