Snapshot class

A snapshot of the values for an entry.

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
final
lengths List<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceNumber int
final
sources List<Source>
final

Methods

close() Future<void>
edit() Future<Editor?>
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.
getLength(int index) int
Returns the byte length of the value for index.
getSource(int index) → Source
Returns the unbuffered reader with the value for index.
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