ValueHistoryEntry<T> constructor

const ValueHistoryEntry<T>(
  1. int? depth,
  2. T value
)

Implementation

const ValueHistoryEntry(this.depth, this.value);