StorePage class
Definition of a managed Google Play store page, made of a localized name and links to other pages.
A page also contains clusters defined as a subcollection.
Constructors
- 
          StorePage({String? id, List<String> ? link, List<LocalizedText> ? name})
- StorePage.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String?
- 
  Unique ID of this page.
  getter/setter pair
- 
  link
  ↔ List<String> ?
- 
  Ordered list of pages a user should be able to reach from this page.
  getter/setter pair
- 
  name
  ↔ List<LocalizedText> ?
- 
  Ordered list of localized strings giving the name of this page.
  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