factory StartIapActivityReq.fromMap(Map<String, dynamic> json) => StartIapActivityReq( type: json['type'], productId: json['productId'], );