SnapshotDetails class

Provides details about a snapshot of application state.

Constructors

SnapshotDetails({required int applicationVersionId, required String snapshotName, required SnapshotStatus snapshotStatus, DateTime? snapshotCreationTimestamp})
SnapshotDetails.fromJson(Map<String, dynamic> json)
factory

Properties

applicationVersionId int
The current application version ID when the snapshot was created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotCreationTimestamp DateTime?
The timestamp of the application snapshot.
final
snapshotName String
The identifier for the application snapshot.
final
snapshotStatus SnapshotStatus
The status of the application snapshot.
final

Methods

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

Operators

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