ArchiveSummaryUpdate class

Saves changes to archive metadata in the case of archive submission or data conflict resolution.

Constructors

ArchiveSummaryUpdate({String? thumbnailMimeType, Uint8List? thumbnail, String? descInfo, int? currentProgress, int? activeTime})
ArchiveSummaryUpdate.fromMap(Map map)
factory
ArchiveSummaryUpdate.fromSummary(ArchiveSummary summary)
Obtains the archive summary update object from the archive summary description.
factory

Properties

activeTime int?
The new played time of an archive.
getter/setter pair
currentProgress int?
The progress value of an archive.
getter/setter pair
descInfo String?
The description of an archive.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail Uint8List?
The cover image byte content of an archive.
getter/setter pair
thumbnailMimeType String?
The MIME type of the cover image of an archive.
getter/setter pair

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