NornsSnapshot constructor
const
NornsSnapshot(
- RunningNornsTimer? currentRunningTimer,
- NornsPoint currentPoint
Implementation
const NornsSnapshot(
this.currentRunningTimer,
this.currentPoint,
);