NornsSnapshot constructor

const NornsSnapshot(
  1. RunningNornsTimer? currentRunningTimer,
  2. NornsPoint currentPoint
)

Implementation

const NornsSnapshot(
  this.currentRunningTimer,
  this.currentPoint,
);