ReceiptLog constructor
const
ReceiptLog({})
Implementation
const ReceiptLog({
required this.id,
required this.val0,
required this.val1,
required this.val2,
required this.val3,
required this.pc,
required this.isField,
});