ProductDetailsResponse constructor
ProductDetailsResponse({
- required String? zza,
- required _Zzb? zzb,
- required String? productId,
- required String? type,
- required String? title,
- required String? name,
- required String? description,
- required String? zzh,
- required String? packageDisplayName,
- required String? iconUrl,
- required String? serializedDocid,
- 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,
});