Archive class

Returns the archive file and archive metadata of a saved game.

An object of the Archive type is returned in the case of archive reading or data conflict resolution.

Constructors

Archive.fromMap(Map map)
factory

Properties

details ArchiveDetails?
An ArchiveDetails object that contains the content of the archive.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary ArchiveSummary?
An ArchiveSummary object that contains the archive metadata.
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