Session constructor
Session({})
Implementation
Session({
this.activeTimeMillis,
this.activityType,
this.application,
this.description,
this.endTimeMillis,
this.id,
this.modifiedTimeMillis,
this.name,
this.startTimeMillis,
});