AddWishlistByCart.fromJson constructor

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

Implementation

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