AllWishlistForVerfication.fromJson constructor

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

Implementation

AllWishlistForVerfication.fromJson(Map<String, dynamic> json) {
  productId = json['productId'];
  sTypename = json['__typename'];
}