BackupEntry class

Constructors

BackupEntry({required String id, required String name, required BackupStatus status, required BackupScope scope, required DateTime createdAt, required double sizeMb, required BackupStorageTarget storageTarget, List<BackupTag> tags = const [], String? moduleName, String? description, String? checksumSha256, DateTime? restoredAt, double? compressedSizeMb})
const

Properties

checksumSha256 String?
final
compressedSizeMb double?
final
createdAt DateTime
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
moduleName String?
final
name String
final
restoredAt DateTime?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope BackupScope
final
sizeMb double
final
status BackupStatus
final
storageTarget BackupStorageTarget
final
tags List<BackupTag>
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