Session constructor

const Session({
  1. int timestamp = -1,
})

Implementation

const Session({
  int timestamp = -1,
}) : _activityTimestamp = timestamp;