GraphSnapshot<V>.empty constructor

GraphSnapshot<V>.empty()

Implementation

GraphSnapshot.empty()
    : vertexSnapshots = const {},
      super.empty();