ArchiveSummary class

Obtains the metadata of an archive, such as the description of an archive.

Constructors

ArchiveSummary.fromMap(Map map)
factory

Properties

activeTime int?
New played time of an archive.
final
currentProgress int?
Progress value of an archive.
final
descInfo String?
The description of an archive.
final
fileName String?
Unique file name of an archive, that is, the name of the locally saved file.
final
gamePlayer Player?
A Player object that contains player information, excluding player information of playerSign and signTs.
final
gameSummary GameSummary?
A GameSummary object that contains the basic game information associated with an archive.
final
hashCode int
The hash code for this object.
no setterinherited
hasThumbnail bool?
Whether the archive has a cover thumbnail.
final
id String?
ID of an archive, which is generated by Huawei game server.
final
recentUpdateTime int?
Timestamp when an archive was last modified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailRatio double?
Cover image aspect ratio of an archive.
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