ProductDetailsResponse class

Constructors

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})
ProductDetailsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
final
hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
final
name String?
final
packageDisplayName String?
final
productId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializedDocid String?
final
title String?
final
type String?
final
zza String?
final
zzb → _Zzb?
final
zzh String?
final
zzl List<_Zzl?>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited