BackupInfo class
Information about a backup file
Constructors
- BackupInfo({required String path, required int size, required DateTime lastModified})
Properties
- formattedLastModified → String
-
Get formatted last modified time
no setter
- formattedSize → String
-
Get human-readable file size
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModified → DateTime
-
Last modified timestamp
final
- path → String
-
Path to the backup file
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
Size of the backup file in bytes
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