HistoryEntry constructor

const HistoryEntry({
  1. required Uri uri,
  2. Object? state,
})

Creates a history entry snapshot.

Implementation

const HistoryEntry({required this.uri, this.state});