Session constructor

Session({
  1. String? activeTimeMillis,
  2. int? activityType,
  3. Application? application,
  4. String? description,
  5. String? endTimeMillis,
  6. String? id,
  7. String? modifiedTimeMillis,
  8. String? name,
  9. String? startTimeMillis,
})

Implementation

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