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