AppSnapshot constructor
const
AppSnapshot({})
Implementation
const AppSnapshot({
required this.snapshotId,
required this.routeStack,
required this.scrollPositions,
required this.formInputs,
required this.customState,
required this.timestamp,
});