current property

  1. @override
GraphSnapshot? get current
override

The most recent snapshot, or null before the first baseline.

Implementation

@override
GraphSnapshot? get current => _current;