GameSummary class

Basic game information.

Constructors

GameSummary.fromMap(Map map)
factory

Properties

achievementCount int?
Total number of achievements in a game.
final
appId String?
App ID of a game.
final
descInfo String?
Description of a game.
final
firstKind String?
Level-1 category of a game.
final
gameHdImgUri String?
URI of the HD image of a game.
final
gameIconUri String?
URI of the icon image of a game.
final
gameName String?
App name of a game.
final
hashCode int
The hash code for this object.
no setterinherited
rankingCount int?
Total number of leaderboards of a game.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondKind String?
Level-2 category of a game.
final

Methods

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

Operators

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