dump method

  1. @override
void dump(
  1. StringSink sink
)
override

Writes the values of the snapshot to the given sink.

Implementation

@override
void dump(StringSink sink) => _values.forEach(sink.writeln);