Action constructor
      
      Action({ 
    
    
- Actor? actor,
- ActionDetail? detail,
- Target? target,
- TimeRange? timeRange,
- String? timestamp,
Implementation
Action({
  this.actor,
  this.detail,
  this.target,
  this.timeRange,
  this.timestamp,
});