LatestReceiptStateData.fromJson constructor

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

Implementation

factory LatestReceiptStateData.fromJson(Map<String, dynamic> json) {
  return LatestReceiptStateData(json['e'], json['ts']);
}