mapAs<V> static method
Implementation
static MapEntry<V, VertexSnapshot<V>> mapAs<V>(
V id, Vertex<V> vertex, SnapshotState state) =>
MapEntry(id, VertexSnapshot<V>(vertex, state: state));
static MapEntry<V, VertexSnapshot<V>> mapAs<V>(
V id, Vertex<V> vertex, SnapshotState state) =>
MapEntry(id, VertexSnapshot<V>(vertex, state: state));