ReceiptLog.fromJson constructor

ReceiptLog.fromJson(
  1. Map<String, dynamic> data
)

Implementation

factory ReceiptLog.fromJson(Map<String, dynamic> data) {
  return const ReceiptLog();
}