BackupInfo class

Information about a backup.

Constructors

BackupInfo({String? backup, String? endTime, String? sourceBackup, String? sourceTable, String? startTime})
BackupInfo.fromJson(Map json_)

Properties

backup String?
Name of the backup.
getter/setter pair
endTime String?
This time that the backup was finished.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceBackup String?
Name of the backup from which this backup was copied.
getter/setter pair
sourceTable String?
Name of the table the backup was created from.
getter/setter pair
startTime String?
The time that the backup was started.
getter/setter pair

Methods

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

Operators

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