DriveActivity constructor

DriveActivity({
  1. List<Action>? actions,
  2. List<Actor>? actors,
  3. ActionDetail? primaryActionDetail,
  4. List<Target>? targets,
  5. TimeRange? timeRange,
  6. String? timestamp,
})

Implementation

DriveActivity({
  this.actions,
  this.actors,
  this.primaryActionDetail,
  this.targets,
  this.timeRange,
  this.timestamp,
});