ProductDetailsResponse constructor

ProductDetailsResponse({
  1. required String? zza,
  2. required _Zzb? zzb,
  3. required String? productId,
  4. required String? type,
  5. required String? title,
  6. required String? name,
  7. required String? description,
  8. required String? zzh,
  9. required String? packageDisplayName,
  10. required String? iconUrl,
  11. required String? serializedDocid,
  12. required List<_Zzl?> zzl,
})

Implementation

ProductDetailsResponse({
  required this.zza,
  required this.zzb,
  required this.productId,
  required this.type,
  required this.title,
  required this.name,
  required this.description,
  required this.zzh,
  required this.packageDisplayName,
  required this.iconUrl,
  required this.serializedDocid,
  required this.zzl,
});