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. Deprecated The managed Google Play Store homepage shows all apps listed in the Devices policy. If IT admins want to customize the homepage layout, they can organize apps into collections in the managed Google Play iframe.

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
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