Snapshot class

Constructors

Snapshot(String id, {String? render, String? layer, List<int>? image})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
image List<int>?
final
layer String?
final
render String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SnapshotType
latefinal

Methods

getSnapshotData() → dynamic
matchesSnapshot(Snapshot newSnapshot) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(SnapshotTestOptions opts, {bool? asNew}) Future<bool>
saveImage(SnapshotTestOptions opts, List<int> img, {bool? asNew}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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