ReceiptId.fromJson constructor

ReceiptId.fromJson(
  1. Map<String, dynamic> json
)

Implementation

ReceiptId.fromJson(Map<String, dynamic> json) {
  receiptId = json["receipt_id"];
}