StoreCluster class
Definition of a managed Google Play store cluster, a list of products displayed as part of a store page.
Constructors
- 
          StoreCluster({String? id, List<LocalizedText> ? name, String? orderInPage, List<String> ? productId})
- StoreCluster.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String?
- 
  Unique ID of this cluster.
  getter/setter pair
- 
  name
  ↔ List<LocalizedText> ?
- 
  Ordered list of localized strings giving the name of this page.
  getter/setter pair
- orderInPage ↔ String?
- 
  String (US-ASCII only) used to determine order of this cluster within the
parent page's elements.
  getter/setter pair
- 
  productId
  ↔ List<String> ?
- 
  List of products in the order they are displayed in the cluster.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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