Snapshot class
Describes a directory snapshot.
Constructors
- Snapshot({String? directoryId, String? name, String? snapshotId, DateTime? startTime, SnapshotStatus? status, SnapshotType? type})
-
Snapshot.fromJson(Map<
String, dynamic> json) -
factory
Properties
- directoryId → String?
-
The directory identifier.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The descriptive name of the snapshot.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snapshotId → String?
-
The snapshot identifier.
final
- startTime → DateTime?
-
The date and time that the snapshot was taken.
final
- status → SnapshotStatus?
-
The snapshot status.
final
- type → SnapshotType?
-
The snapshot type.
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