BackupInfo class

Information about a backup.

Constructors

BackupInfo({String? backup, String? createTime, String? sourceDatabase, String? versionTime})
BackupInfo.fromJson(Map json_)

Properties

backup String?
Name of the backup.
getter/setter pair
createTime String?
The time the CreateBackup request was received.
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
sourceDatabase String?
Name of the database the backup was created from.
getter/setter pair
versionTime String?
The backup contains an externally consistent copy of source_database at the timestamp specified by version_time.
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