SnapshotDetails constructor
SnapshotDetails({
- required int applicationVersionId,
- required String snapshotName,
- required SnapshotStatus snapshotStatus,
- DateTime? snapshotCreationTimestamp,
Implementation
SnapshotDetails({
required this.applicationVersionId,
required this.snapshotName,
required this.snapshotStatus,
this.snapshotCreationTimestamp,
});